From 79bd2194539aa559078de9afb1500a2e754ee501 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 13 Jul 2014 19:54:47 -0400 Subject: Added server --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 76e6fb5..c24d8a6 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,8 @@ -SOURCES=joshua.o main.o util.o chatbot.o gtnw.o strings.o +SOURCES=joshua.o server.o util.o chatbot.o gtnw.o strings.o HEADERS=chatbot.h gtnw.h joshua.h location.h strings.h map.h util.h -CXXFLAGS=-lncurses -g -O3 CFLAGS=-std=gnu99 -g -O3 wargames: $(SOURCES) $(HEADERS) - g++ $(SOURCES) $(CXXFLAGS) -lncurses -o wargames + g++ $(SOURCES) $(CXXFLAGS) -o wargames all: wargames Makefile clean: rm -f $(SOURCES) a.out wargames *~ -- cgit v1.1