clean: -rm -fv $(ATT) $(EXE) core.* *~ -find -mindepth 2 -maxdepth 2 -name makefile -execdir make $@ \; all: find -mindepth 2 -maxdepth 2 -name makefile -execdir make $@ \; .PHONY: all clean