diff options
author | Ian C <ianc@noddybox.co.uk> | 2011-04-20 14:14:40 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2011-04-20 14:14:40 +0000 |
commit | b66d1278e8bf257dd2e03b496cff332339d32b3e (patch) | |
tree | ea826907b82e31c6a4b46cd59d05772163d2ab80 /Makefile | |
parent | 0fd76aaae5c18a5c0be94ee003f7b14a038a0904 (diff) |
Updates to clean up code a bit and improve performance.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |