CFLAGS=-O2 -Wall -fomit-frame-pointer -pipe
LDFLAGS=-s
CC=gcc


fortune: fortune.o
	gcc fortune.o -lbsd -lsocket -lregexp
