mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #1359 from justincormack/pkg
Move installable packages to pkg
This commit is contained in:
commit
4fbb787c6a
10
pkg/Makefile
Normal file
10
pkg/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
DIRS = $(shell find . -type d -depth 1)
|
||||
.PHONY: clean dirs $(DIRS)
|
||||
|
||||
push: $(DIRS)
|
||||
|
||||
$(DIRS):
|
||||
$(MAKE) -C $@
|
||||
|
||||
clean:
|
||||
rm -f hash
|
Loading…
Reference in New Issue
Block a user