diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-10 19:36:35 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-10 19:36:35 -0400 |
commit | fa3bd4af5e0301ef905873cd674932b00209f74b (patch) | |
tree | dcd456ce5c6751dd25850d5cc4f7eafaf85be95b /Makefile | |
parent | b7010fa981c2f1f03282db9e2158dc5eaa20c946 (diff) | |
download | NetNuke-fa3bd4af5e0301ef905873cd674932b00209f74b.tar.gz |
Too many changes to really note them all.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |