clean: cleanCache cleanPriority
	rm -f *.class

cleanPriority:
	cd minpriorityqueue; make clean

cleanCache:
	cd cache; make clean
