diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2024-12-12 16:55:12 +0000 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2024-12-12 16:55:12 +0000 |
| commit | aa77744a37ef3aefeb672fbff9efa49c211ff583 (patch) | |
| tree | 79293de536b83645f8214eb2ecfd1efaa4cbd793 /Makefile | |
Initial commit.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
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 $@ |
