summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-10-28 14:50:52 +0200
committerAldrik Ramaekers <aldrik@amftech.nl>2023-10-28 14:50:52 +0200
commit7d87e8e3e9eccbb3ae351f3218276b2dae506665 (patch)
tree2a38f9ba83bb66c9e85b67aa7a18c4a4942e8d1f /Makefile
parent5de0682c37fc8e9713bb566a637f19a3795abc4a (diff)
fix issue with sprites
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