1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 13:50:38 +02:00

m1rc3/norruption/2/Makefile: one Makefile to rule them (scripts) all

This commit is contained in:
Werner Almesberger 2011-10-11 14:25:33 -03:00
parent b012a1aa6d
commit e9bdf5f3dc

View File

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