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