From 6eae467c35c306c432eb9f8d662c068a96511db8 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 1 May 2026 16:17:11 +0100 Subject: renames log.pdf step in Makefile to log --- Makefile | 4 ++-- 1 file 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 \ -- cgit v1.2.3