From: Petter Reinholdtsen Date: Sat, 6 Jun 2020 09:08:53 +0000 (+0200) Subject: Clean up more generated files in clean target. X-Git-Url: https://pere.pagekite.me/gitweb/text-smell-og-bang-hauge.git/commitdiff_plain/f29dceeab16f16ae5f4a772d660457ed6b6403ad?ds=inline Clean up more generated files in clean target. --- diff --git a/Makefile b/Makefile index 4b9741e..c292a50 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ PDFS = SLmaster-kjemi.pdf hefte-groenn.pdf all: all-groenn.tex $(PDFS) clean: - $(RM) *.aux *.idx *.log *.bak *~ *.maf *.mtc *.mtc0 *.toc + $(RM) *.aux *.idx *.log *.bak *~ *.maf *.mtc *.mtc0 *.toc *.blg *.bbl *.ind *.ilg *.bcf *.run.xml distclean: clean $(RM) $(PDFS)