From: Michael Orlitzky Date: Sat, 4 Jun 2016 20:21:50 +0000 (-0400) Subject: Add ".lof" to the `make clean` target. X-Git-Tag: posZ-submitted-laa~36 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=commitdiff_plain;h=a30866cb085731037db598fa0affc35ce6c573cb Add ".lof" to the `make clean` target. --- diff --git a/makefile b/makefile index db6de3f..6e87253 100644 --- a/makefile +++ b/makefile @@ -102,7 +102,7 @@ $(PN).bbl: $(SRCS) | $(PN).aux # Clean up leftover junk. .PHONY: clean clean: - rm -f *.{out,nav,snm,toc,aux,log,pdf,bcf,xml,bbl,blg,bib} + rm -f *.{aux,bbl,bcf,bib,blg,lof,log,nav,out,pdf,snm,toc,xml} rm -rf dist/