sept: commit working primary.
This commit is contained in:
10
sept/Makefile
Normal file
10
sept/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
SUBFOLDERS := sept-primary
|
||||
|
||||
TOPTARGETS := all clean
|
||||
|
||||
$(TOPTARGETS): $(SUBFOLDERS)
|
||||
|
||||
$(SUBFOLDERS):
|
||||
$(MAKE) -C $@ $(MAKECMDGOALS)
|
||||
|
||||
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)
|
||||
Reference in New Issue
Block a user