summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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