]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - ugw/data/Makefile
Scripts for running all experiments, getting and processing results
[can-benchmark.git] / ugw / data / Makefile
1 MSGS=$(wildcard *-msgs.txt)
2
3 DAT=$(MSGS:%-msgs.txt=%.dat)
4
5 result: $(DAT) preprocess.m
6         ./preprocess.m $(DAT)
7
8
9 %.dat: %-msgs.txt
10         awk '{print $$17}' < $< > $@