diff options
Diffstat (limited to 'src/Makefile-publicServer')
| -rwxr-xr-x | src/Makefile-publicServer | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile-publicServer b/src/Makefile-publicServer index 0b4f1fe..437e989 100755 --- a/src/Makefile-publicServer +++ b/src/Makefile-publicServer @@ -11,7 +11,7 @@ BUILD_DIR = ../build-server LIBS = -ldl FILES = list.o space.o heightScore.o modules.o director.o configFile.o tux.o shot.o myTimer.o \ - buffer.o arena.o arenaFile.o textFile.o gun.o item.o idManager.o checkFront.o\ + arena.o arenaFile.o textFile.o gun.o item.o idManager.o checkFront.o\ udp.o proto.o server.o publicServer.o net_multiplayer.o serverConfigFile.o main.o $(BUILD_DIR)/publicserver: mkdir_build $(FILES) @@ -59,9 +59,6 @@ shot.o: shot.c ../include/shot.h myTimer.o: myTimer.c ../include/myTimer.h $(CC) $(CFLAGS) -o $(BUILD_DIR)/myTimer.o -c myTimer.c -buffer.o: buffer.c ../include/buffer.h - $(CC) $(CFLAGS) -o $(BUILD_DIR)/buffer.o -c buffer.c - tcp.o: tcp.c ../include/tcp.h $(CC) $(CFLAGS) -o $(BUILD_DIR)/tcp.o -c tcp.c |