summaryrefslogtreecommitdiff
path: root/minesweeper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'minesweeper/Makefile')
-rw-r--r--minesweeper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/minesweeper/Makefile b/minesweeper/Makefile
index d0bd6f8..a3c8c38 100644
--- a/minesweeper/Makefile
+++ b/minesweeper/Makefile
@@ -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