From: W. Trevor King Date: Sat, 20 Apr 2013 16:38:10 +0000 (-0400) Subject: Makefile: It's easier to type `make` than `pdflatex ...` ;) X-Git-Tag: st-martins~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a60ef3796583109a25438051379c1b6787208100;p=cv-latex.git Makefile: It's easier to type `make` than `pdflatex ...` ;) --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..129ecd8 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +cv.pdf: cv.tex + pdflatex "$<" + pdflatex "$<" + +clean: + rm -f *.log *.aux *.pdf