all:
	@echo "Run 'make clean' to clean up this directory";

clean:
	-rm *~ .*~
	make -ik clean -C epsimg
