mikroblogi/Makefile
2026-06-08 21:16:46 +03:00

13 lines
161 B
Makefile

all:
haunt build
serve: all
haunt serve -w
deploy: all
openrsync -av site/nortti/ ahti.space:microblog/
clean:
rm -r site
.PHONY: all serve deploy clean