From 7d87e8e3e9eccbb3ae351f3218276b2dae506665 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 28 Oct 2023 14:50:52 +0200 Subject: fix issue with sprites --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2