diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-11-11 02:30:45 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-11-11 02:30:45 +0100 |
commit | 5b4b7ea71b68fd93aefd004aac480d34c00391a9 (patch) | |
tree | e526ca6ef939eddffbc0ba7afafba4634d489a59 /pdf | |
parent | 2273bd5b4998029960cd54acfcfaa64defae3970 (diff) | |
download | dna-backup-5b4b7ea71b68fd93aefd004aac480d34c00391a9.tar.gz dna-backup-5b4b7ea71b68fd93aefd004aac480d34c00391a9.zip |
fix pdf makefile mostlyclean
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) |