mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
m1rc3/norruption/2/Makefile (list): remove the -stat suffix
This commit is contained in:
@@ -12,7 +12,7 @@ all:
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
list:
|
list:
|
||||||
ls -1 $(DIR)/*-stat | sed 's|.*/||' | sort -n
|
ls -1 $(DIR)/*-stat | sed 's|.*/||;s/-stat//' | sort -n
|
||||||
|
|
||||||
plot:
|
plot:
|
||||||
./plot-cdf $(DIR)/log && display out.png &
|
./plot-cdf $(DIR)/log && display out.png &
|
||||||
|
|||||||
Reference in New Issue
Block a user