aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 6676c01ac174c40b598ed10afc0d9ea459c1d1bf (plain) (blame)
1
2
3
4
5
6
7
CFLAGS=-std=c99 -Wall -pipe -O2
LFLAGS=-lutil -ltermcap
OUTPUT=netnuke

all:
	cc -o ${OUTPUT} ${LFLAGS} ${CFLAGS} netnuke.c