aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMohit Agarwal <mohit.agarwal@sky.com>2024-12-12 16:55:12 +0000
committerMohit Agarwal <mohit.agarwal@sky.com>2024-12-12 16:55:12 +0000
commitaa77744a37ef3aefeb672fbff9efa49c211ff583 (patch)
tree79293de536b83645f8214eb2ecfd1efaa4cbd793 /Makefile
Initial commit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..25da930
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+SOURCES=$(wildcard *.md)
+
+the-fresh-loaf.pdf: $(SOURCES)
+ pandoc --pdf-engine=xelatex $^ -o $@