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