tMakefile: also install sum(1) - 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 9be432ede200fcb75f483bf2f1bfcd71a95e9849
 (DIR) parent 0f2c23d56a45a8cb29f973c8e551a291321bb796
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed,  9 Dec 2020 11:19:05 +0100
       
       Makefile: also install sum(1)
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -8,7 +8,7 @@ PREFIX = /usr/local
        MANPREFIX = ${PREFIX}/man
        DOCPREFIX = ${PREFIX}/share/doc/${NAME}
        
       -SCRIPTS = mean max min
       +SCRIPTS = mean max min sum
        
        MAN1 = ${SCRIPTS:=.1}
        DOC = \