treesummaryrefslogcommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpatrick-scho2025-07-13 13:10:03 +0200
committerpatrick-scho2025-07-13 13:10:03 +0200
commit758f808544b19cfeee8fba9da045d06bd3357ea7 (patch)
tree737b5b7ae204b94a486a7784a31641fc32e5f881 /Makefile
parentf4ad10e4d30e611cefd06474173adb20263c191e (diff)
downloadouroboros-slides-758f808544b19cfeee8fba9da045d06bd3357ea7.tar.gz
ouroboros-slides-758f808544b19cfeee8fba9da045d06bd3357ea7.zip
replace adoc with md, add Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
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