X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/e3c5fe465a2a79b9a304d630ab5bdf8e8eddb96a..cdc9a6db137c768ed564fe0853d6800fcaf27043:/gameserv/Makefile diff --git a/gameserv/Makefile b/gameserv/Makefile index c198dd6..ee95056 100644 --- a/gameserv/Makefile +++ b/gameserv/Makefile @@ -39,6 +39,9 @@ tcpserver: tcpserver.o sockhelp.o tcpclient.o: tcpclient.cpp aClient.h player.h extern.h list.h listnode.h sockhelp.h $(CC) $(C_ARGS) -c tcpclient.cpp +tcpserver.o: tcpserver.cpp sockhelp.cpp + $(CC) $(C_ARGS) -c tcpserver.cpp + sockhelp.o: sockhelp.cpp aClient.h player.h extern.h list.h listnode.h sockhelp.h $(CC) $(C_ARGS) -c sockhelp.cpp