Revision 416
Added by Aaron Marcuse-Kubitza about 13 years ago
Makefile | ||
---|---|---|
48 | 48 |
endef |
49 | 49 |
$(foreach subdir,$(wildcard */),$(eval $(subdirTargets))) |
50 | 50 |
|
51 |
Makefile: ; |
|
52 |
|
|
51 | 53 |
%: $(addsuffix %,$(dir $(shell echo */Makefile))) _always ; |
52 | 54 |
|
53 | 55 |
##### |
Also available in: Unified diff
Makefiles: Added empty Makefile target so that Makefiles are not included in the targets recursively run on subdirs