1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2025-02-22 08:25:54 +00:00
Atmosphere/sept/Makefile

11 lines
166 B
Makefile
Raw Normal View History

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