diff --git a/m1rc3/norruption/2/Makefile b/m1rc3/norruption/2/Makefile new file mode 100644 index 0000000..cea1dee --- /dev/null +++ b/m1rc3/norruption/2/Makefile @@ -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