summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2011-04-20 14:14:40 +0000
committerIan C <ianc@noddybox.co.uk>2011-04-20 14:14:40 +0000
commitb66d1278e8bf257dd2e03b496cff332339d32b3e (patch)
treeea826907b82e31c6a4b46cd59d05772163d2ab80 /Makefile
parent0fd76aaae5c18a5c0be94ee003f7b14a038a0904 (diff)
Updates to clean up code a bit and improve performance.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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