Added top-level makefile and a .gitignore for thermosphere build files.

This commit is contained in:
Naomi Peori 2018-04-23 14:53:57 -03:00
parent 9169470b77
commit a53abd699c
2 changed files with 11 additions and 0 deletions

10
Makefile Normal file
View file

@ -0,0 +1,10 @@
SUBFOLDERS := exosphere fusee/fusee-primary fusee/fusee-secondary stratosphere/libstratosphere thermosphere
TOPTARGETS := all clean
$(TOPTARGETS): $(SUBFOLDERS)
$(SUBFOLDERS):
$(MAKE) -C $@ $(MAKECMDGOALS)
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)

1
thermosphere/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
out