summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-12 20:12:38 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-12 20:12:38 +0100
commitcaac4b1d169425ad7dda15fe8fceca9c5a95400b (patch)
treec794d875eb7e4565167267fd54667df97e432222 /Makefile
parent9528c0c69dba57117f38f84f576af2c81a3b435b (diff)
testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0a6794a..709f5cd 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,5 @@ main:
rm -rf "build/"
mkdir -p "build/"
gcc -m64 -g -DMODE_DEBUG main.c -o build/zombies.exe -lprojectbase-debug -Llibs/ -lSDL2 -lSDL2_mixer -lWs2_32
- ./build/zombies.exe -ip 127.0.0.1 -port 27015 &
- ./build/zombies.exe -ip 172.27.176.1 -port 27015
+ ./build/zombies.exe -ip 127.0.0.1 -port 27015