1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2025-02-01 14:25:53 +00:00
Atmosphere/sept/Makefile

11 lines
181 B
Makefile
Raw Normal View History

SUBFOLDERS := sept-primary sept-secondary
2019-02-20 04:52:11 -08:00
TOPTARGETS := all clean
$(TOPTARGETS): $(SUBFOLDERS)
$(SUBFOLDERS):
$(MAKE) -C $@ $(MAKECMDGOALS)
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)