Make a top-level make build everything in order
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,4 +1,4 @@
|
||||
SUBFOLDERS := exosphere fusee/fusee-primary fusee/fusee-secondary stratosphere/libstratosphere thermosphere
|
||||
SUBFOLDERS := exosphere fusee stratosphere thermosphere
|
||||
|
||||
TOPTARGETS := all clean
|
||||
|
||||
@@ -7,4 +7,6 @@ $(TOPTARGETS): $(SUBFOLDERS)
|
||||
$(SUBFOLDERS):
|
||||
$(MAKE) -C $@ $(MAKECMDGOALS)
|
||||
|
||||
fusee: exosphere thermosphere stratosphere
|
||||
|
||||
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)
|
||||
|
||||
Reference in New Issue
Block a user