summaryrefslogtreecommitdiff
path: root/support/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/support/Makefile b/support/Makefile
deleted file mode 100644
index 2a45ef1..0000000
--- a/support/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all: 2024-10-10.pdf
-
-%.pdf: %.md
- pandoc -t beamer -f markdown+implicit_figures \
- -V theme:default -V aspectratio:169 \
- --pdf-engine=xelatex \
- -V monofont='DejaVu Sans Mono' \
- $(<) -o $(@)
-
-clean:
- rm -rf *.pdf