Revision 393
Added by Aaron Marcuse-Kubitza about 13 years ago
Makefile | ||
---|---|---|
43 | 43 |
|
44 | 44 |
clean: _always $(addsuffix clean,$(subdirs)) |
45 | 45 |
|
46 |
$(foreach subdir,$(wildcard */),$(eval $(subdir)%: _always; $$(subMake))) |
|
46 |
$(foreach subdir,$(wildcard */),$(eval $(subdir)%: _always; +$$(subMake)))
|
|
47 | 47 |
|
48 | 48 |
*/: _always |
49 |
$(subMake) |
|
49 |
+$(subMake)
|
|
50 | 50 |
|
51 | 51 |
##### |
52 | 52 |
|
Also available in: Unified diff
Makefile: Tell make that subMake rules run make recursively