From f20dfd8240c5cab969b25a3c1e986b28c97f6898 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 12 May 2024 23:08:00 +0200 Subject: main menu work --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8af44db..dd40d32 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,14 @@ main: cp -a "build/." "C:/Manually installed programs/zombieshooter" ./build/zombies.exe -ip 127.0.0.1 -port 27015 +menu: + rm -rf "build/" + mkdir -p "build/" + 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" + ./build/zombies.exe + 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