Skip to content
Snippets Groups Projects
Commit a2c8b138 authored by Prakalp Srivastava's avatar Prakalp Srivastava
Browse files

Makefile changed to remove temporary todo file

parent 46387eb5
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,5 @@ $(PAPER).pdf: $(TEX) $(BIB) $(FIGS) jpaper.cls
pdflatex $(PAPER)
clean:
rm -f *.aux *.bbl *.blg *.log *.out $(PAPER).pdf
rm -f *.aux *.bbl *.blg *.log *.out *.tdo $(PAPER).pdf
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