summaryrefslogtreecommitdiffstats
path: root/fiz/vaje/9/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/9/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/9/makefile')
-rw-r--r--fiz/vaje/9/makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/fiz/vaje/9/makefile b/fiz/vaje/9/makefile
new file mode 100644
index 0000000..a5bddc8
--- /dev/null
+++ b/fiz/vaje/9/makefile
@@ -0,0 +1,12 @@
+default: dokument.pdf
+
+dokument.pdf: dokument.lyx podatki.csv
+ lyx -e pdf dokument.lyx
+
+podatki.csv: podatki.tsv tab.py
+ ./tab.py , < podatki.tsv > $@
+
+clean:
+ rm -fr dokument.lyx~ podatki.csv podatki.lyx q.log
+
+.PHONY: clean default