summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eb37fcc..d2ed205 100644
--- a/Makefile
+++ b/Makefile
@@ -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