summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-05-01 16:17:11 +0100
committerJoe Carstairs <me@joeac.net>2026-05-01 16:17:11 +0100
commit6eae467c35c306c432eb9f8d662c068a96511db8 (patch)
tree5101de3cc562515c811e23ff03dabc54142bd9aa
parent435a3b87b45dc64fd9bb3db4d60dc9217d6166ff (diff)
renames log.pdf step in Makefile to log
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a11be8c..b4c9c4a 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \