From: Maximilian Friedersdorff Date: Sat, 23 Feb 2019 13:30:16 +0000 (+0000) Subject: Add Makefile for building the CV X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=ab0c928a22701e98386a4091074e5b4cd50c96d1;p=max%2Fcv.git Add Makefile for building the CV --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..404bea6 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +all: clean pdf + +pdf: + rst2pdf cv.rst -s cv.style --output=cv.pdf + +clean: + rm -vf cv.pdf