Skip to content
Snippets Groups Projects
Commit e9d16179 authored by Moe Jette's avatar Moe Jette
Browse files

Remove report.pdf as part of "make clean"

parent 1b2af700
No related branches found
No related tags found
No related merge requests found
...@@ -52,5 +52,5 @@ view: $(REPORT).ps ...@@ -52,5 +52,5 @@ view: $(REPORT).ps
ghostview $(REPORT) & ghostview $(REPORT) &
clean: clean:
rm -f *~ *.dvi *.log *.aux $(REPORT).ps *.blg *.bbl #*.eps #*.gif *.ps rm -f *~ *.dvi *.log *.aux $(REPORT).pdf $(REPORT).ps *.blg *.bbl #*.eps #*.gif *.ps
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment