summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \