aboutsummaryrefslogtreecommitdiff
path: root/pdf/Makefile
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2021-10-22 16:31:35 +0200
committern-peugnet <n.peugnet@free.fr>2021-10-22 16:34:58 +0200
commitfc6562b00c6a85ab5844fb77705d22e4839692af (patch)
treee82a0e5bfbeba282d0f6087d4d09edf2c36835b2 /pdf/Makefile
parent67079bf2007e62ce6a8527fe5298b61d0dd9bc75 (diff)
downloaddna-backup-fc6562b00c6a85ab5844fb77705d22e4839692af.tar.gz
dna-backup-fc6562b00c6a85ab5844fb77705d22e4839692af.zip
convert some elements to real latex elements
Diffstat (limited to 'pdf/Makefile')
-rw-r--r--pdf/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/pdf/Makefile b/pdf/Makefile
index 8df3d66..b2b3ab9 100644
--- a/pdf/Makefile
+++ b/pdf/Makefile
@@ -16,8 +16,9 @@ all pdf: $(PDF)
mostlyclean:
latexmk $(LATEXMK_FLAGS) -c
+ rm -f $(FILES:%=%.synctex.*)
-clean:
- latexmk $(LATEXMK_FLAGS) -C
+clean: mostlyclean
+ rm -f $(PDF)
.PHONY: all pdf mostlyclean clean