From ffe45cb3e18a99a53fffb28de20c7cf569db2462 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Wed, 12 Oct 2011 08:23:46 -0300 Subject: [PATCH] m1rc3/norruption/2/Makefile (list): remove the -stat suffix --- m1rc3/norruption/2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m1rc3/norruption/2/Makefile b/m1rc3/norruption/2/Makefile index 6b1857b..8dd15ac 100644 --- a/m1rc3/norruption/2/Makefile +++ b/m1rc3/norruption/2/Makefile @@ -12,7 +12,7 @@ all: echo list: - ls -1 $(DIR)/*-stat | sed 's|.*/||' | sort -n + ls -1 $(DIR)/*-stat | sed 's|.*/||;s/-stat//' | sort -n plot: ./plot-cdf $(DIR)/log && display out.png &