all: dvb-pf

dvb-pf: dvb-pf.c
	cc dvb-pf.c -o dvb-pf -O4

install: dvb-pf
	install dvb-pf /usr/bin
	install dvb-pf.1 /usr/share/man/man1

