X-Git-Url: https://gitweb.ps.run/ouroboros-slides/blobdiff_plain/f4ad10e4d30e611cefd06474173adb20263c191e..758f808544b19cfeee8fba9da045d06bd3357ea7:/Makefile 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