From 7752d73216578d5961751b5d0535088d384b4aa6 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Sat, 25 Jan 2025 10:45:41 +0100 Subject: Move λ-calcul workshop code to subdirectory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- support/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 support/Makefile (limited to 'support/Makefile') 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 -- cgit v1.2.3