diff options
| author | Joe Carstairs <me@joeac.net> | 2026-05-01 16:17:11 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-05-01 16:17:11 +0100 |
| commit | 6eae467c35c306c432eb9f8d662c068a96511db8 (patch) | |
| tree | 5101de3cc562515c811e23ff03dabc54142bd9aa /Makefile | |
| parent | 435a3b87b45dc64fd9bb3db4d60dc9217d6166ff (diff) | |
renames log.pdf step in Makefile to log
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -all: log.pdf +all: log watch: ifdef TARGET @@ -13,7 +13,7 @@ else done endif -log.pdf: log.md bibliography.bib +log: log.md bibliography.bib pandoc \ --standalone \ --from markdown \ |
