stuff
This commit is contained in:
parent
1006b231f0
commit
0c0cfef186
28 changed files with 220 additions and 331 deletions
|
|
@ -1,7 +1,7 @@
|
|||
gcc -O3 client.c -o client -lm -lraylib
|
||||
./build_client.sh
|
||||
gcc -O3 server.c -o server -lm -lraylib -lode
|
||||
|
||||
./server &
|
||||
server_pid=$!
|
||||
./client
|
||||
./game_client
|
||||
kill $server_pid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue