06f80e
# Pass everything to the make script
06f80e
06f80e
all:
06f80e
%: force
06f80e
	@./make $@
06f80e
force:;
06f80e
06f80e
$(MAKEFILE_LIST):;