From 13275eab2786c5cc8c6f14c226cc9e5ab4a0ec2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sun, 7 May 2023 23:49:10 +0200 Subject: voranc slo in ostanki fiz vaj --- fiz/vaje/9/makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fiz/vaje/9/makefile (limited to 'fiz/vaje/9/makefile') 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 -- cgit v1.2.3