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)