Merge pull request #1359 from justincormack/pkg

Move installable packages to pkg
This commit is contained in:
Justin Cormack 2017-03-22 13:45:09 +00:00 committed by GitHub
commit 4fbb787c6a
36 changed files with 10 additions and 0 deletions

10
pkg/Makefile Normal file
View 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