summaryrefslogtreecommitdiffstats
path: root/cv/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cv/makefile')
-rw-r--r--cv/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/cv/makefile b/cv/makefile
new file mode 100644
index 0000000..d996b17
--- /dev/null
+++ b/cv/makefile
@@ -0,0 +1,5 @@
+cv.pdf: cv.md
+ pandoc $< -o$@ # -Vgeometry:margin=1cm
+clean:
+ rm -f *.pdf
+.PHONY: clean