1
0
Fork 0
www/Makefile

13 lines
231 B
Makefile

.PHONY: *
build:
./build.py
watch:
while sleep 1; do find src/ build.py Makefile | entr -d make build; done
serve:
python -m http.server --directory out/
publish:
rsync -av out/* ssh.alogoulogoi.com:/srv/www.alogoulogoi.com