Ensure 'make clean' clean well

This commit is contained in:
Séverin Lemaignan 2016-02-25 09:59:02 +00:00
parent b8b738c3a2
commit b4b1f55989
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ paper: $(TARGET) $(SVG:.svg=.pdf) $(DOT:.dot=.pdf)
TEXINPUTS=:./style $(LATEX) --shell-escape $(TARGET)
clean:
rm -f *.spl *.idx *.aux *.log *.snm *.out *.toc *.nav *intermediate *~ *.glo *.ist *.bbl *.blg $(SVG:.svg=.pdf) $(DOT:.dot=.svg) $(DOT:.dot=.pdf)
rm -f *.vrb *.spl *.idx *.aux *.log *.snm *.out *.toc *.nav *intermediate *~ *.glo *.ist *.bbl *.blg $(SVG:.svg=.pdf) $(DOT:.dot=.svg) $(DOT:.dot=.pdf)
rm -rf _minted*
distclean: clean
rm -f $(TARGET:.tex=.pdf)