diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-21 20:42:35 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-21 20:42:35 +0100 |
| commit | 6f6f58c437660ac27e11387833b0037b465f7ea9 (patch) | |
| tree | 582c5b3a7e58d01226bcfd68a92d7e15609d3b30 /Makefile | |
| parent | efaadfaa9344466fbd752bd91cee54ebc1b69846 (diff) | |
working on new machine
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 |
