From 9bc35909462a4e9642e7c1f4bfa4bbb87bc4d7dc Mon Sep 17 00:00:00 2001 From: daniel watson Date: Mon, 17 May 2010 11:02:42 -0700 Subject: [PATCH] rearranging Makefile to have default near top --- Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 $? -- 2.30.2