just some cleanup

This commit is contained in:
2024-12-19 23:37:28 +03:00
parent cbd218eaad
commit f4012e2c84
5 changed files with 52 additions and 15 deletions

View File

@@ -1,2 +1,2 @@
make all:
gcc mine.c -o mine -lraylib -lGL -lm -lpthread -ldl -lrt -lX11
gcc ../util.c mine.c -o ../bin/mine -lraylib -lGL -lm -lpthread -ldl -lrt -lX11