summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-12 15:31:26 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-12 15:31:26 +0100
commit10ae402862df4337772fe8e35f68ee8ab5bfc224 (patch)
tree1ac5fda82a2dd01f7f5ffdc2b337947c569afc15 /Makefile
parentec3796faff12ba7bf5f775d757ac25834549903d (diff)
networking
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1e17c1..d95b86e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,6 @@ 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
+ ./build/zombies.exe -ip 127.0.0.1 -port 27015
+ # ./build/zombies.exe -ip 172.24.224.1 -port 27015
+