tMakefile: add randcounts - numtools - perform numerical operations on vectors and matrices in unix pipes
(HTM) git clone git://src.adamsgaard.dk/numtools
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7206e5adb587d7ca582688ba29805ccbdb5b4512
(DIR) parent 32276a5001156801056a92e8eb350d70e1eb3d14
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 5 May 2022 12:39:51 +0200
Makefile: add randcounts
Diffstat:
M Makefile | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -12,6 +12,7 @@ BIN = \
max \
mean \
min \
+ randcounts \
range \
rangetest \
sum \
t@@ -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