summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4590fa2..10de838 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,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