diff --git a/Makefile b/Makefile deleted file mode 100644 index cab79d3..0000000 --- a/Makefile +++ /dev/null @@ -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