summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 05a4cfb..1775e1c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@ main:
rm -rf "build/"
mkdir -p "build/"
cp -a "data/." "build/data"
+ cp -a "libs/SDL2_mixer.dll" "build/"
+ cp -a "libs/SDL2.dll" "build/"
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