summaryrefslogtreecommitdiffstats
path: root/fiz/vaje/7/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fiz/vaje/7/makefile')
-rw-r--r--fiz/vaje/7/makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/fiz/vaje/7/makefile b/fiz/vaje/7/makefile
new file mode 100644
index 0000000..7628c99
--- /dev/null
+++ b/fiz/vaje/7/makefile
@@ -0,0 +1,6 @@
+default: tanka.csv debela.csv
+%.csv: %.tsv tab.py
+ ./tab.py , < $< > $@
+clean:
+ rm *.csv
+.PHONY: default