Atmosphere/sept/Makefile

11 lines
166 B
Makefile
Raw Normal View History

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