all: vfddreport vfddtable
	rm vfddreport.c vfddtable.c

vfddreport: vfddreport.q
	equel vfddreport.q
	cc -o vfddreport vfddreport.c -lq

vfddtable: vfddtable.q
	equel vfddtable.q
	cc -o vfddtable vfddtable.c -lq
