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/6/makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fiz/vaje/6/makefile (limited to 'fiz/vaje/6/makefile') 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 -- cgit v1.2.3