
all:
	@echo make clean
clean:
	make -C iccircle clean
	make -C static clean
	make -C templates clean
	/usr/bin/rm -rf *~
