1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-01-18 22:51:05 +02:00

m1rc3/norruption/2/Makefile (list): remove the -stat suffix

This commit is contained in:
Werner Almesberger 2011-10-12 08:23:46 -03:00
parent bb2589386f
commit ffe45cb3e1

View File

@ -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 &