empty client-server game
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
|
||||
del /q .\build\client.exe 2>nul
|
||||
gcc --static -std=c99 -g -o build/client src/client.c -lpthread -lws2_32 -lwinmm -liphlpapi
|
||||
Reference in New Issue
Block a user