numtools

perform numerical operations on vectors and matrices in unix pipes
git clone git://src.adamsgaard.dk/numtools # fast
git clone https://src.adamsgaard.dk/numtools.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 7206e5adb587d7ca582688ba29805ccbdb5b4512
parent 32276a5001156801056a92e8eb350d70e1eb3d14
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  5 May 2022 12:39:51 +0200

Makefile: add randcounts

Diffstat:
MMakefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -12,6 +12,7 @@ BIN = \ max \ mean \ min \ + randcounts \ range \ rangetest \ sum \ @@ -55,6 +56,7 @@ ${OBJ}: ${HDR} max: max.o mean: mean.o min: min.o +randcounts: randcounts.o range: range.o rangetest: rangetest.o sum: sum.o