summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..9f421dc
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+main:
+ rm -rf "build/"
+ mkdir -p "build/"
+ gcc -m64 -g -DMODE_DEBUG main.c -o build/zombies.exe -lprojectbase-debug -Llibs/ -lSDL2 -lSDL2_mixer
+ ./build/zombies.exe