]> gitweb.ps.run Git - ouroboros-slides/blobdiff - Makefile
replace adoc with md, add Makefile
[ouroboros-slides] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..9157f44
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+all:
+       pandoc -t revealjs --standalone pres.md -o pres_md.html
+
+embed:
+       pandoc -t revealjs --standalone --embed-resources pres.md -o pres_md.html
+
+.PHONS: all embed