chore: external dir
This commit is contained in:
parent
74e09f7b33
commit
2b425caf5f
11
external/Makefile
vendored
Normal file
11
external/Makefile
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
TOPGOALS = all clean install
|
||||
|
||||
SUBDIRS =
|
||||
|
||||
.PHONY: $(SUBDIRS)
|
||||
$(SUBDIRS):
|
||||
@echo "📁 external/$@"
|
||||
@DESTDIR=$(DESTDIR) $(MAKE) -C $@ $(MAKECMDGOALS)
|
||||
|
||||
.PHONY: $(TOPGOALS)
|
||||
$(TOPGOALS): $(SUBDIRS)
|
Loading…
Reference in a new issue