Fix network support
Multiple clients can now connect. (For now two first clients will play)
This commit is contained in:
@@ -5,11 +5,15 @@ all: server
|
||||
server: server.o net.o asciiart.o game.o
|
||||
|
||||
clean:
|
||||
-rm -f *.o
|
||||
-rm -f server *.o *~
|
||||
|
||||
depend:
|
||||
makedepend *.c -Y. 2>/dev/null
|
||||
|
||||
|
||||
# DO NOT DELETE
|
||||
|
||||
asciiart.o: game.h asciiart.h
|
||||
game.o: net.h game.h
|
||||
net.o: net.h
|
||||
net.o: net.h server.h
|
||||
server.o: net.h game.h asciiart.h
|
||||
|
||||
Reference in New Issue
Block a user