summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2018-06-24 10:59:24 +0200
committerAgathe Porte <microjoe@microjoe.org>2018-06-24 10:59:24 +0200
commit9a893b772872ddbcf65f767dc4eb1a5b0eecea1a (patch)
treeaccaf22db0892c781817bcfe1c3fea424e995129
parent51292127a47911f973e1c2691a9adc75c6bad044 (diff)
downloadlatex-makefile-main.tar.gz
latex-makefile-main.zip
makefile: use auxdir for cleanmain
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ad3eba..ad1446b 100644
--- a/Makefile
+++ b/Makefile
@@ -34,4 +34,4 @@ $(PDF): $(PRINC) $(SOURCES)
# Remove all the intermediate files
clean:
@echo Cleaning temporary LaTeX files...
- @rm -rf build
+ @rm -rf $(AUXDIR)