aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2009-09-10 19:36:35 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2009-09-10 19:36:35 -0400
commitfa3bd4af5e0301ef905873cd674932b00209f74b (patch)
treedcd456ce5c6751dd25850d5cc4f7eafaf85be95b /Makefile
parentb7010fa981c2f1f03282db9e2158dc5eaa20c946 (diff)
downloadNetNuke-fa3bd4af5e0301ef905873cd674932b00209f74b.tar.gz
Too many changes to really note them all.
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