1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00
Atmosphere/fusee/Makefile

11 lines
183 B
Makefile
Raw Normal View History

SUBFOLDERS := fusee-primary fusee-secondary
2018-03-14 20:14:02 +00:00
TOPTARGETS := all clean
2018-03-14 20:14:02 +00:00
$(TOPTARGETS): $(SUBFOLDERS)
2018-03-14 20:14:02 +00:00
$(SUBFOLDERS):
$(MAKE) -C $@ $(MAKECMDGOALS)
2018-03-14 20:14:02 +00:00
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)