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