summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 709f5cd..05a4cfb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
main:
rm -rf "build/"
mkdir -p "build/"
+ cp -a "data/." "build/data"
gcc -m64 -g -DMODE_DEBUG main.c -o build/zombies.exe -lprojectbase-debug -Llibs/ -lSDL2 -lSDL2_mixer -lWs2_32
./build/zombies.exe -ip 127.0.0.1 -port 27015