clean: cleanSupport
	rm -f *.class

cleanSupport:
	cd fvsupport; make clean
