forked from varia/varia.website
Luke Murphy
5 years ago
1 changed files with 0 additions and 9 deletions
@ -1,9 +0,0 @@ |
|||
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