cleaning up cleaning rules
authordaniel watson <ozzloy@gmail.com>
Mon, 17 May 2010 22:30:23 +0000 (15:30 -0700)
committerdaniel watson <ozzloy@gmail.com>
Mon, 17 May 2010 22:30:23 +0000 (15:30 -0700)
Makefile

index ca2e9f72768c7fb1f83ee28ca8132ff870100fc1..07799100ad60f07c096837067f8090750e78984d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,11 @@ view: daniel_watson_resume.pdf
        evince $?
 
 clean:
-       latexmk -c
+       latexmk -c daniel_watson_resume.tex
+       latexmk -c temp.tex
 
 cleanall:
-       latexmk -C
-       rm daniel_watson_resume.out
+       latexmk -C daniel_watson_resume.tex
+       latexmk -C temp.tex
+       rm -f daniel_watson_resume.out
+       rm -f temp.out