summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-08-04 16:30:40 +0100
committerYann Herklotz <git@yannherklotz.com>2022-08-04 16:30:40 +0100
commit3b04d038de59e63237973f15bce7dd7e8a6fb2fb (patch)
treea9306664b67673b9c8f0fcd88d22c2fb3ff83d5a /Makefile
downloadini22-3b04d038de59e63237973f15bce7dd7e8a6fb2fb.tar.gz
ini22-3b04d038de59e63237973f15bce7dd7e8a6fb2fb.zip
Add initial presentation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..55a40ca
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+all: presentation.pdf
+
+%.pdf: %.mkiv
+ context $<
+
+.PHONY: all