From fa3bd4af5e0301ef905873cd674932b00209f74b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 10 Sep 2009 23:36:35 +0000 Subject: Too many changes to really note them all. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit