From 35e1fd6820cd05c180e180d0ec61457a9f31e196 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 23 Jun 2014 15:59:31 -0400 Subject: fixed warnings --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cbd7609..f41cff6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ 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 CXXFLAGS=-I. -lncurses -g CFLAGS=-I. -std=gnu99 -g -all: $(SOURCES) +all: $(SOURCES) $(HEADERS) g++ $(SOURCES) -lncurses clean: rm -f $(SOURCES) a.out *~ -- cgit v1.1