From 5b4b7ea71b68fd93aefd004aac480d34c00391a9 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Thu, 11 Nov 2021 02:30:45 +0100 Subject: fix pdf makefile mostlyclean --- pdf/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pdf') 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) -- cgit v1.2.3