all :
	@echo "available targets: clean"

clean :
	rm -rfv *~
	(cd v2.x && make clean)
	@#(cd v3.x && make clean)

