diff options
Diffstat (limited to 'pdf')
-rw-r--r-- | pdf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pdf/Makefile b/pdf/Makefile index 909b74d..5f809e9 100644 --- a/pdf/Makefile +++ b/pdf/Makefile @@ -13,8 +13,7 @@ all pdf: $(PDF) mostlyclean: latexmk $(LATEXMK_FLAGS) -c - rm -f $(FILES:%=%.synctex.*) $(FILES:%=%.bbl) - rm -f assets/*.aux + rm -f $(FILES:%=%.synctex.*) $(FILES:%=%.brf) $(FILES:%=%.bbl) assets/*.aux clean: mostlyclean rm -f $(PDF) |