1 2 3 4 5 6
CFLAGS=-Wall -pipe -O2 -funroll-loops OUTPUT=netnuke all: gcc -o ${OUTPUT} -lutil ${CFLAGS} netnuke.c