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