chore: external dir
Some checks are pending
Build / test (push) Waiting to run
Docs / test (push) Waiting to run
Some checks are pending
Build / test (push) Waiting to run
Docs / test (push) Waiting to run
This commit is contained in:
parent
74e09f7b33
commit
2b425caf5f
1 changed files with 11 additions and 0 deletions
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…
Add table
Reference in a new issue