summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-10-28 11:37:10 +0200
committerAldrik Ramaekers <aldrik@amftech.nl>2023-10-28 11:37:10 +0200
commit06d520eb39b2448ee08dce9010651a423115c798 (patch)
tree48fe7995ebccb381751acde2b18541bfbfa51d3f /Makefile
parent4e378fe6a3aacb398d88865b833b12e3dbd194a3 (diff)
reload sound
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f05b5ca..31f02f5 100644
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,6 @@ main:
mkdir -p "build/"
cp -a "data/." "build/data"
gcc -m64 -g -DMODE_DEBUG main.c -o build/zombies.exe -lSDL2_mixer -lSDL2
+ # cp -a "build/." "C:/Manually installed programs/zombieshooter"
./build/zombies.exe -ip 127.0.0.1 -port 27015