diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-11 00:48:31 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-11 00:48:31 -0400 |
commit | cb583ccdc4e363813826bb36aa1eb8502b787d33 (patch) | |
tree | 1742d2099c2d2aff962b4140aefe113b011b7e57 /Makefile | |
parent | 223298860b2ce45ee23e4b1ba60dcbe09eeb8b6b (diff) | |
download | NetNuke-cb583ccdc4e363813826bb36aa1eb8502b787d33.tar.gz |
First truely working implementation.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -CFLAGS=-Wall -pipe -O2 -funroll-loops +CFLAGS=-Wall -pipe -O2 OUTPUT=netnuke all: - cc -std=c99 -o ${OUTPUT} -lutil ${CFLAGS} netnuke.c + cc -std=c99 -o ${OUTPUT} -lutil ${CFLAGS} netnuke.c |