From: Michael Orlitzky Date: Tue, 25 Oct 2016 16:11:34 +0000 (-0400) Subject: Add *.spl to the "make clean" list. X-Git-Tag: posZ-submitted-laa~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=commitdiff_plain;h=59e4fa4c0281befce512b366f66e0e92c1740e29 Add *.spl to the "make clean" list. --- diff --git a/makefile b/makefile index a0b130e..eabe908 100644 --- a/makefile +++ b/makefile @@ -124,7 +124,8 @@ check: # Clean up leftover junk. .PHONY: clean clean: - rm -f *.{aux,bbl,bcf,bib,blg,listing,lof,log,nav,out,pdf,snm,toc,xml} + rm -f *.{aux,bbl,bcf,bib,blg,listing,lof,log} + rm -f *.{nav,out,pdf,snm,spl,toc,xml} rm -rf dist/ # If this document will be published, the publisher isn't going to