From 6f6f58c437660ac27e11387833b0037b465f7ea9 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 21 Nov 2024 20:42:35 +0100 Subject: working on new machine --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f88f9e..afc2e62 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-70-g09d2