Browse Source

Get rid of it!

master
Luke Murphy 4 years ago
parent
commit
2509f435f1
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 9
      Makefile

9
Makefile

@ -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…
Cancel
Save