summaryrefslogtreecommitdiffstats
path: root/fiz/vaje/3/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fiz/vaje/3/makefile')
-rw-r--r--fiz/vaje/3/makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/fiz/vaje/3/makefile b/fiz/vaje/3/makefile
new file mode 100644
index 0000000..7ba5330
--- /dev/null
+++ b/fiz/vaje/3/makefile
@@ -0,0 +1,9 @@
+default: dokument.pdf
+
+dokument.pdf: dokument.lyx
+ lyx -e pdf dokument.lyx
+
+clean:
+ rm -f dokument.pdf
+
+.PHONY: default clean