From b66d1278e8bf257dd2e03b496cff332339d32b3e Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 20 Apr 2011 14:14:40 +0000 Subject: Updates to clean up code a bit and improve performance. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 16ab4e8..4841f65 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ OBJECTS = $(SOURCES:.c=.o) LIBS = -lncurses -FLAGS = -O2 -g -Wall -pedantic -ansi -std=c99 +FLAGS = -O2 -g -Wall -std=c99 DEPEND = depend.mak -- cgit v1.2.3