Blame | Last modification | View Log | RSS feed
# Pass everything to the make script all: %: force @./make $@ force:; $(MAKEFILE_LIST):;
# Pass everything to the make script
all:
%: force
@./make $@
force:;
$(MAKEFILE_LIST):;