Blob Blame History Raw
# Pass everything to the make script

all:
%: force
	@./make $@
force:;

$(MAKEFILE_LIST):;