Introduction
Introduction Statistics Contact Development Disclaimer Help
tMakefile: add randcounts - numtools - perform numerical operations on vectors …
git clone git://src.adamsgaard.dk/numtools
Log
Files
Refs
README
LICENSE
---
commit 7206e5adb587d7ca582688ba29805ccbdb5b4512
parent 32276a5001156801056a92e8eb350d70e1eb3d14
Author: Anders Damsgaard <[email protected]>
Date: Thu, 5 May 2022 12:39:51 +0200
Makefile: add randcounts
Diffstat:
M Makefile | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
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
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.