Skip to content

Commit

Permalink
chore: external dir
Browse files Browse the repository at this point in the history
  • Loading branch information
d0p1s4m4 committed Mar 24, 2024
1 parent 74e09f7 commit 2b425ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions external/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
TOPGOALS = all clean install

SUBDIRS =

.PHONY: $(SUBDIRS)
$(SUBDIRS):
@echo "📁 external/$@"
@DESTDIR=$(DESTDIR) $(MAKE) -C $@ $(MAKECMDGOALS)

.PHONY: $(TOPGOALS)
$(TOPGOALS): $(SUBDIRS)

0 comments on commit 2b425ca

Please sign in to comment.