rearranging Makefile to have default near top
authordaniel watson <ozzloy@gmail.com>
Mon, 17 May 2010 18:02:42 +0000 (11:02 -0700)
committerdaniel watson <ozzloy@gmail.com>
Mon, 17 May 2010 18:02:42 +0000 (11:02 -0700)
Makefile

index 7eb2548e9990de1e2e5fabdedd8ad6716c71d533..ca2e9f72768c7fb1f83ee28ca8132ff870100fc1 100644 (file)
--- 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 $?