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 468fe5d..1ae8576 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
TARGET = urlopen
LIBS =
CC = gcc
-CFLAGS = -g -Wall -Wextra -std=c99
+CFLAGS = -g -Wall -Wextra -std=c89 -pedantic
.PHONY: default all clean