aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 6d5231b8c9bf446507586e184dbb96e29aa3d9e4 (plain)
1
2
3
4
5
6
7
all:
	git pull
	mkdocs build --clean 2>&1 | grep -v "Warning: Click detected the use of the unicode_literals"

.PHONY: clean
clean:
	rm -Rf site