aboutsummaryrefslogtreecommitdiff
path: root/pdf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/Makefile')
-rw-r--r--pdf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pdf/Makefile b/pdf/Makefile
index b2b3ab9..72c81fe 100644
--- a/pdf/Makefile
+++ b/pdf/Makefile
@@ -11,12 +11,13 @@ endif
all pdf: $(PDF)
-%.pdf: %.tex
+%.pdf: %.tex assets/*.tex
latexmk $(LATEXMK_FLAGS) -pdf -f $<
mostlyclean:
latexmk $(LATEXMK_FLAGS) -c
rm -f $(FILES:%=%.synctex.*)
+ rm -f assets/*.aux
clean: mostlyclean
rm -f $(PDF)