tMakefile: begin implementing correction - ebeltoft-ams - AMS results for channel deposit at Ebeltoft, Denmark
 (HTM) git clone git://src.adamsgaard.dk/ebeltoft-ams
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 545fe99363ff7e9c2467c00603b7d29499904beb
 (DIR) parent 9a4891569596ff5f9fa2a266b9d3624bb7795dd9
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 24 Jun 2022 14:44:27 +0200
       
       Makefile: begin implementing correction
       
       Diffstat:
         M Makefile                            |       6 +++++-
       
       1 file changed, 5 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -16,10 +16,14 @@ DATA =\
        
        AMSPARSER = ams-ellipsoid.awk
        
       -.SUFFIXES: .ASC .max .int .min
       +.SUFFIXES: .ASC .max .int .min .maxc .intc minc
        
        default: ${DATA}
        
       +.max.maxc:
       +        paste $< ${<:.max=.corr} | ./ams-correct.awk >$@
       +        cp $@ $@.txt
       +
        .ASC.max:
                awk -f ${AMSPARSER} -v axis=max <$< >$@
                cp $@ $@.txt