aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 4b9be8a7dac9b03e631bdb4220b34c73b61b745d (plain) (blame)
1
2
3
4
5
6
CFLAGS=-Wall -pipe -O2 -funroll-loops
OUTPUT=netnuke

all:
	gcc -o ${OUTPUT} -lutil ${CFLAGS} netnuke.c