diff options
| author | mo khan <mo@mokhan.ca> | 2021-02-08 14:34:33 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-02-08 14:34:33 -0700 |
| commit | 5917f6ba923e9e551db7d09ee2f83dab765b53b2 (patch) | |
| tree | 84d24743386a8377e28d429dbb6750701e41d811 /Makefile | |
| parent | c17303ea01e7fda51b957fd67fcd2c4d6f6806ca (diff) | |
chore: add makefile to generate a pdf
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..da63cff --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +SHELL=/bin/sh + +doc/assignment1.pdf : doc/assignment1.md + pandoc doc/assignment1.md -f gfm -s -o doc/assignment1.pdf |
