forked from varia/varia.website
Luke Murphy
5 years ago
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
SITES ?= $$(find . -maxdepth 2 -name "Makefile" -not -path "./Makefile" | xargs -I {} dirname {}) |
|||
|
|||
default: publish |
|||
|
|||
.PHONY: publish |
|||
publish: |
|||
for path in $(SITES) ; do \
|
|||
cd $$path && make html; \
|
|||
done |
Loading…
Reference in new issue