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