projects
/
cv-latex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29d0006
)
Makefile: It's easier to type `make` than `pdflatex ...` ;)
author
W. Trevor King
<wking@tremily.us>
Sat, 20 Apr 2013 16:38:10 +0000
(12:38 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sat, 20 Apr 2013 16:38:10 +0000
(12:38 -0400)
Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/Makefile
b/Makefile
new file mode 100644
(file)
index 0000000..
129ecd8
--- /dev/null
+++ b/
Makefile
@@ -0,0
+1,6
@@
+cv.pdf: cv.tex
+ pdflatex "$<"
+ pdflatex "$<"
+
+clean:
+ rm -f *.log *.aux *.pdf