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

all:
	cc -std=c99 -o ${OUTPUT} -lutil ${CFLAGS} netnuke.c