Update clean rule

This commit is contained in:
Michael Spang 2009-08-05 02:01:46 -04:00
parent 3ee19f240c
commit 91753c493d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ pdf: $(PDF)
all: ps pdf
clean:
rm -f *.dvi $(POSTSCRIPTS) *.aux *.log
rm -f $(DVI) $(PS) $(PDF) *.aux *.log
%.dvi: %.tex
latex $<