summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2018-06-24 10:59:24 +0200
committerRomain Porte <microjoe@microjoe.org>2018-06-24 10:59:24 +0200
commitf5759d27445533585ac29769cbf1f5464012d71c (patch)
tree2b8ad1520dec12b13d5d0f13aa6981aef454dd78
parent466801dab680a4491b48854069679f15f7a91b21 (diff)
downloadlatex-makefile-f5759d27445533585ac29769cbf1f5464012d71c.tar.gz
latex-makefile-f5759d27445533585ac29769cbf1f5464012d71c.zip
makefile: use auxdir for clean
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2dba4f..b574643 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)