clean: -rm -f core* *~ -find -maxdepth 2 -mindepth 2 -name makefile -execdir make $@ \; all: -find -maxdepth 2 -mindepth 2 -name makefile -execdir make \; .PHONY: all clean