From 2a71d6c5b038e334e3212c036c89ebc6ba72ad7b Mon Sep 17 00:00:00 2001 From: daniel watson Date: Tue, 8 Jun 2010 17:07:06 -0700 Subject: [PATCH] new make targets to ease edit-review cycle --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index c6c22f2..81ace99 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,11 @@ view: daniel_watson_resume.pdf clean: latexmk -c daniel_watson_resume.tex +new: cleanall all + +newview: new view + cleanall: latexmk -C daniel_watson_resume.tex rm -f daniel_watson_resume.out + rm -f daniel_watson_resume.pdf -- 2.30.2