summaryrefslogtreecommitdiff
path: root/minesweeper/Makefile
diff options
context:
space:
mode:
authormRnea <akannemre@gmail.com>2024-12-19 13:30:54 +0300
committermRnea <akannemre@gmail.com>2024-12-19 13:30:54 +0300
commitcbd218eaad11c7bc21fd810885716835c5d8ea5e (patch)
treea8e83e43fa986849535e855be9f3b014541072ea /minesweeper/Makefile
started minesweeper
Diffstat (limited to 'minesweeper/Makefile')
-rw-r--r--minesweeper/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/minesweeper/Makefile b/minesweeper/Makefile
new file mode 100644
index 0000000..d0bd6f8
--- /dev/null
+++ b/minesweeper/Makefile
@@ -0,0 +1,2 @@
+make all:
+ gcc mine.c -o mine -lraylib -lGL -lm -lpthread -ldl -lrt -lX11