Date:2011-10-11 19:25:33 (12 years 5 months ago)
Author:Werner Almesberger
Commit:e9bdf5f3dc007e899c3143cffc5da927d9ab62a7
Message:m1rc3/norruption/2/Makefile: one Makefile to rule them (scripts) all

Files: m1rc3/norruption/2/Makefile (1 diff)

Change Details

m1rc3/norruption/2/Makefile
1DIR=d
2
3.SILENT:
4.PHONY: all list plot corr coll
5
6all:
7    $(MAKE) plot
8    echo
9    $(MAKE) corr
10    echo
11    $(MAKE) coll
12    echo
13
14list:
15    ls -1 $(DIR)/*-stat | sed 's|.*/||' | sort -n
16
17plot:
18    ./plot-cdf $(DIR)/log && display out.png &
19
20corr:
21    ./bscmp $(DIR)/*-corrupt.bin
22
23coll:
24    ./collda $(DIR)/log

Archive Download the corresponding diff file

Branches:
master



interactive