# Makefile for pf.c
# pf.c was written by Crispin Goswell;
# minor bug fixes and makefile by Russell Quin 1984/5
#
CCFLAGS=-s -O
pf:	pf.c
	$(CC) $(CCFLAGS) pf.c -o pf
