aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-02-07 01:04:00 -0500
committerHolden Rohrer <hr@hrhr.dev>2020-02-07 01:04:00 -0500
commitaf9b91d9d30a6f5217428964497ff6ce5b8ca3a1 (patch)
treeb3b7d8930c7e8e8ee329e16f87981a17e2a4f3aa
parent87eca1f4af408f6184f8388c2afd4aaedbd87d7f (diff)
makefile typo document/ instead of report/
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f15dd8..9793267 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ outputs/logbook.pdf: $(wildcard logbook/*.tex) $(ASSETS)
logbook/tables.tex: data/tables.tex
-outputs/report.pdf: $(wildcard document/*.tex) $(ASSETS)
+outputs/report.pdf: $(wildcard report/*.tex) $(ASSETS)
cd report && pdftex document.tex >/dev/null
rm report/document.log
mv report/document.pdf outputs/report.pdf