1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 17:25:00 +02:00
wernermisc/m1rc3/norruption/2/Makefile

31 lines
406 B
Makefile
Raw Normal View History

DIR=d
.SILENT:
.PHONY: all list plot corr dump coll tar
all:
$(MAKE) plot
echo
$(MAKE) dump
echo
$(MAKE) coll
echo
list:
ls -1 $(DIR)/*-stat | sed 's|.*/||;s/-stat//' | 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
tar:
tar cfj raw.tar.bz2 $(DIR)/log $(DIR)/*.bin