Add top level makefile for sw
This commit is contained in:
9
sw/Makefile
Normal file
9
sw/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
TOPTARGETS := all clean
|
||||
|
||||
SUBDIRS := $(wildcard */.)
|
||||
|
||||
$(TOPTARGETS): $(SUBDIRS)
|
||||
$(SUBDIRS):
|
||||
$(MAKE) -C $@ $(MAKECMDGOALS)
|
||||
|
||||
.PHONY: $(TOPTARGETS) $(SUBDIRS)
|
||||
Reference in New Issue
Block a user