summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4275aa8..e6e74f2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
1README.html: pandoc.css README.md 1README.html: pandoc.css README.md
2 pandoc --standalone --css=$^ -o $@ 2 pandoc --standalone --css=$^ --metadata title="Parametric Cubbies" -o $@
3 cp README.html svasilogianis.github.io/index.html 3 cp README.html ../svasilogianis.github.io/index.html
4 4
5stls: reference-stls test-fit-stls 5stls: reference-stls test-fit-stls
6 6