vf : vf.c
	cc -o vf -DBSD vf.c -lcurses -ltermcap

check: vf.c
	lint -DBSD vf.c -lcurses -ltermcap
