summaryrefslogtreecommitdiff
path: root/Makefile
blob: 10de838272f0831edaf2531883fcbeede4ba2afa (plain)
1
2
3
4
5
6
7
8
public-target: guide-target
	rm -rf public
	mkdir public
	cp -r guide public
	cp index.html style.css pugl.js move.svg x.svg favicon.ico public/

guide-target:
	python3 guide-src/make.py