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

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