From 85616dac4ae17680c2bf005ca9c55fd8b96d08d4 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sat, 28 Jun 2014 16:17:28 -0400 Subject: Removed useless flag --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7028920..76e6fb5 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ 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 +CXXFLAGS=-lncurses -g -O3 +CFLAGS=-std=gnu99 -g -O3 wargames: $(SOURCES) $(HEADERS) g++ $(SOURCES) $(CXXFLAGS) -lncurses -o wargames all: wargames Makefile -- cgit v1.1