summaryrefslogtreecommitdiffstats
path: root/fiz/vaje/6/makefile
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-05-07 23:49:10 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2023-05-07 23:49:10 +0200
commit13275eab2786c5cc8c6f14c226cc9e5ab4a0ec2f (patch)
tree5c72944ac0cf473516e8fd26a56f98ab4a6bb3bf /fiz/vaje/6/makefile
parentzgo zadnji test (upam) (diff)
downloadsola-gimb-4-13275eab2786c5cc8c6f14c226cc9e5ab4a0ec2f.tar
sola-gimb-4-13275eab2786c5cc8c6f14c226cc9e5ab4a0ec2f.tar.gz
sola-gimb-4-13275eab2786c5cc8c6f14c226cc9e5ab4a0ec2f.tar.bz2
sola-gimb-4-13275eab2786c5cc8c6f14c226cc9e5ab4a0ec2f.tar.lz
sola-gimb-4-13275eab2786c5cc8c6f14c226cc9e5ab4a0ec2f.tar.xz
sola-gimb-4-13275eab2786c5cc8c6f14c226cc9e5ab4a0ec2f.tar.zst
sola-gimb-4-13275eab2786c5cc8c6f14c226cc9e5ab4a0ec2f.zip
Diffstat (limited to 'fiz/vaje/6/makefile')
-rw-r--r--fiz/vaje/6/makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/fiz/vaje/6/makefile b/fiz/vaje/6/makefile
new file mode 100644
index 0000000..33f02ac
--- /dev/null
+++ b/fiz/vaje/6/makefile
@@ -0,0 +1,12 @@
+default: dokument.pdf
+
+dokument.pdf: dokument.lyx boylov.tsv absolutna.tsv
+ lyx -e pdf dokument.lyx
+
+boylov.tsv: boy.tsv boy.py
+ ./boy.py < boy.tsv > $@
+
+clean:
+ rm -f boylov.tsv dokument.pdf
+
+.PHONY: default clean