Skip to content

Commit

Permalink
update Makefile for better cleaning up the secondary file
Browse files Browse the repository at this point in the history
  • Loading branch information
Anudorannador committed May 21, 2016
1 parent a83627b commit ead6783
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tex/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Created by Anudorannador, Mar 9th, 2016

TEXBINDIR=
AUXFILETYPE= *.log *.aux *.dvi *.lof *.lot *.bit *.idx *.glo *.bbl *.bcf *.ilg *.toc *.ind *.out *.blg *.fdb_latexmk *.fls

.PHONY: all tex bib clean

Expand All @@ -17,5 +18,5 @@ bib:
$(TEXBINDIR)bibtex main

clean:
rm -rf *.aux *.log main.pdf *.syntex.gz *.synctex.gz *.toc *.bak~ *.bak *.swap *.bbl *.blg
cd texs && rm -rf *.aux *.log *.syntex.gz *.synctex.gz *.toc *.bak~ *.bak *.swap
rm -rf $(AUXFILETYPE)
cd texs && rm -rf $(AUXFILETYPE)

0 comments on commit ead6783

Please # to comment.