Atmosphere/sept/Makefile

11 lines
181 B
Makefile
Raw Normal View History

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