From aedf71494b2011ceeb06b96e63da1c7a79a32e0e Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 27 Jun 2014 18:11:06 -0400 Subject: Restructure --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8382f75..7028920 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -SOURCES=joshua.o main.o util.o chatbot.o games.o strings.o -HEADERS=chatbot.h games.h joshua.h location.h strings.h map.h util.h +SOURCES=joshua.o main.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=-I. -lncurses -g -O3 CFLAGS=-I. -std=gnu99 -g -O3 wargames: $(SOURCES) $(HEADERS) -- cgit v1.1