From a30866cb085731037db598fa0affc35ce6c573cb Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 4 Jun 2016 16:21:50 -0400 Subject: [PATCH] Add ".lof" to the `make clean` target. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.43.2