summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-11-21 20:42:35 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-11-21 20:42:35 +0100
commit6f6f58c437660ac27e11387833b0037b465f7ea9 (patch)
tree582c5b3a7e58d01226bcfd68a92d7e15609d3b30 /Makefile
parentefaadfaa9344466fbd752bd91cee54ebc1b69846 (diff)
working on new machine
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8f88f9e..afc2e62 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ main:
cp -a "data/." "build/data"
gcc -m64 -g -Wl,--stack,4194304 -DMODE_DEBUG main.c -o build/zombies.exe -lSDL2_mixer -lSDL2
cp -a "build/." "C:/Manually installed programs/zombieshooter"
- gdb -ex run --args ./build/zombies.exe -ip 127.0.0.1 -port 27015
+ #gdb -ex run --args ./build/zombies.exe -ip 127.0.0.1 -port 27015
+ ./build/zombies.exe -ip 127.0.0.1 -port 27015
menu:
rm -rf "build/"
@@ -16,4 +17,4 @@ menu:
debug_client:
./build/zombies.exe -ip 127.0.0.1 -port 27015 &
- ./build/zombies.exe -ip 172.27.192.1 -port 27015 \ No newline at end of file
+ ./build/zombies.exe -ip 172.22.64.1 -port 27015 \ No newline at end of file