summaryrefslogtreecommitdiff
path: root/Makefile
blob: 8e74bc194063b7386d3aba4bbe595862bcc4385c (plain)
1
2
3
4
5
6
7
8
.POSIX:
site: mkdocs.yml docs
	pwd
	env
	git status || true
	mkdocs build
clean:
	rm -rf site