9 lines
92 B
Plaintext
9 lines
92 B
Plaintext
# Pass everything to the make script
|
|
|
|
all:
|
|
%: force
|
|
@./make $@
|
|
force:;
|
|
|
|
$(MAKEFILE_LIST):;
|