Revision 416
Added by Aaron Marcuse-Kubitza about 13 years ago
Makefile | ||
---|---|---|
19 | 19 |
endef |
20 | 20 |
$(foreach subdir,$(wildcard */),$(eval $(subdirTargets))) |
21 | 21 |
|
22 |
Makefile: ; |
|
23 |
|
|
22 | 24 |
%: $(addsuffix %,$(dir $(shell echo */Makefile))) _always ; |
Also available in: Unified diff
Makefiles: Added empty Makefile target so that Makefiles are not included in the targets recursively run on subdirs