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:
parent
b012a1aa6d
commit
e9bdf5f3dc
24
m1rc3/norruption/2/Makefile
Normal file
24
m1rc3/norruption/2/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user