aboutsummaryrefslogtreecommitdiff
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 4b9be8a..b3dfff8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,5 +2,5 @@ CFLAGS=-Wall -pipe -O2 -funroll-loops
OUTPUT=netnuke
all:
- gcc -o ${OUTPUT} -lutil ${CFLAGS} netnuke.c
+ cc -std=c99 -o ${OUTPUT} -lutil ${CFLAGS} netnuke.c