summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-05-01 16:15:59 +0100
committerJoe Carstairs <me@joeac.net>2026-05-01 16:16:35 +0100
commit435a3b87b45dc64fd9bb3db4d60dc9217d6166ff (patch)
tree61c7d2db0c32aa0111ec70b272b85f284da55a6d /Makefile
parent000f80e6167895e33305d51d6f6fd1d2f5be79cc (diff)
renames reading-log -> log
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 6cb4508..a11be8c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: reading-log.pdf
+all: log.pdf
watch:
ifdef TARGET
@@ -13,15 +13,15 @@ else
done
endif
-reading-log.pdf: reading-log.md bibliography.bib
+log.pdf: log.md bibliography.bib
pandoc \
--standalone \
--from markdown \
--to pdf \
--pdf-engine pdflatex \
--citeproc \
- --output reading-log.pdf \
- reading-log.md
+ --output log.pdf \
+ log.md
clean:
- rm reading-log.pdf
+ rm log.pdf