diff options
| author | patrick-scho | 2025-07-13 13:10:03 +0200 |
|---|---|---|
| committer | patrick-scho | 2025-07-13 13:10:03 +0200 |
| commit | 758f808544b19cfeee8fba9da045d06bd3357ea7 (patch) | |
| tree | 737b5b7ae204b94a486a7784a31641fc32e5f881 /Makefile | |
| parent | f4ad10e4d30e611cefd06474173adb20263c191e (diff) | |
| download | ouroboros-slides-758f808544b19cfeee8fba9da045d06bd3357ea7.tar.gz ouroboros-slides-758f808544b19cfeee8fba9da045d06bd3357ea7.zip | |
replace adoc with md, add Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
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 |
