diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,3 +6,6 @@ main: cp -a "build/." "C:/Manually installed programs/zombieshooter" ./build/zombies.exe -ip 127.0.0.1 -port 27015 +debug_client: + ./build/zombies.exe -ip 127.0.0.1 -port 27015 & + gdb --args ./build/zombies.exe -ip 172.29.64.1 -port 27015
\ No newline at end of file |
