diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
