Makefile: It's easier to type `make` than `pdflatex ...` ;)
authorW. Trevor King <wking@tremily.us>
Sat, 20 Apr 2013 16:38:10 +0000 (12:38 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Apr 2013 16:38:10 +0000 (12:38 -0400)
Makefile [new file with mode: 0644]

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