1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-12-19 03:20:44 +02:00
wernermisc/m1rc3/norruption/2/Makefile
Werner Almesberger bb2589386f m1rc3/norruption/2/plot-corr: make scatter plot of time between corruptions
With simulation (-s). Also updated the Makefile and renamed the previous
"corr"(uption) to "dump", to free it for "correlation".
2011-10-12 07:33:10 -03:00

28 lines
341 B
Makefile

DIR=d
.SILENT:
.PHONY: all list plot corr dump coll
all:
$(MAKE) plot
echo
$(MAKE) dump
echo
$(MAKE) coll
echo
list:
ls -1 $(DIR)/*-stat | sed 's|.*/||' | sort -n
plot:
./plot-cdf $(DIR)/log && display out.png &
corr:
./plot-corr $(DIR)/log && display out.png &
dump:
./bscmp $(DIR)/*-corrupt.bin
coll:
./collda $(DIR)/log