forked from varia/varia.website
Merge branch 'master' of ssh://vvvvvvaria.org:12345/varia/manymanymany-varia-websites
This commit is contained in:
commit
26c50d60b5
7
Makefile
7
Makefile
@ -1,7 +0,0 @@
|
|||||||
SITES ?= $$(find . -maxdepth 2 -name "Makefile" -not -path "./Makefile" | xargs -I {} dirname {})
|
|
||||||
|
|
||||||
default: publish
|
|
||||||
|
|
||||||
.PHONY: publish
|
|
||||||
publish:
|
|
||||||
for path in $(SITES) ; do echo "Building in $(basename $$path)..." && cd $$path && make publish; done
|
|
Loading…
Reference in New Issue
Block a user