From: daniel watson Date: Mon, 17 May 2010 18:02:42 +0000 (-0700) Subject: rearranging Makefile to have default near top X-Git-Url: http://challenge-bot.com/repos/?a=commitdiff_plain;h=9bc35909462a4e9642e7c1f4bfa4bbb87bc4d7dc;p=ozzloy%40gmail.com%2Fcv rearranging Makefile to have default near top --- diff --git a/Makefile b/Makefile index 7eb2548..ca2e9f7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,13 @@ all:pdf +temp:temppdf + +pdf:daniel_watson_resume.pdf + +daniel_watson_resume.pdf:daniel_watson_resume.tex + latexmk -pdf $? + temppdf:temp.pdf temp.pdf:temp.tex @@ -9,11 +16,6 @@ temp.pdf:temp.tex tempview: temp.pdf evince $? -pdf:daniel_watson_resume.pdf - -daniel_watson_resume.pdf:daniel_watson_resume.tex - latexmk -pdf $? - view: daniel_watson_resume.pdf evince $?