summaryrefslogtreecommitdiff
path: root/Makefile
blob: eb5095523758382ddc4f7826d1cd8e2120bac152 (plain)
1
2
3
4
5
6
all:
	pandoc -c style.css -s -o index.html index.md
	pandoc -c style.css -s -o about.html about.md

clean:
	rm -fr *.html