tMakefile: drop dependencies on Makefile - pism-exp-gsw - ice stream and sediment transport experiments
 (HTM) git clone git://src.adamsgaard.dk/pism-exp-gsw
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5fdab4dccadedc71c81a54b3e472a05e241658e7
 (DIR) parent abc2b96ee0c5daca9e2f7789177121c4c7b09ac2
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri,  3 Dec 2021 21:46:59 +0100
       
       Makefile: drop dependencies on Makefile
       
       Diffstat:
         M Makefile                            |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -23,13 +23,13 @@ PISM_COMMON = \
        all: \
                ex_deltaSL-linear_1d-profile.pdf\
        
       -ex_deltaSL-linear_1d-profile.pdf: ex_deltaSL-linear_1d.nc
       +ex_deltaSL-linear_1d-profile.pdf: ex_deltaSL-linear_1d.nc plot-time-series.py
                ./plot-time-series.py ex_deltaSL-linear_1d.nc
        
        ex_deltaSL-linear_1d.nc: deltaSL-linear.nc
                flowline.py -o $@ --collapse -d y ex_deltaSL-linear.nc
        
       -deltaSL-linear.nc: init-linear.nc ${SLSERIES} Makefile
       +deltaSL-linear.nc: init-linear.nc ${SLSERIES}
                mpiexec -n ${NPROC} \
                        pismr -i init-linear.nc\
                                ${PISM_COMMON}\
       t@@ -41,7 +41,7 @@ deltaSL-linear.nc: init-linear.nc ${SLSERIES} Makefile
                                -ys 0 -ye ${T_END}\
                                -o $@
        
       -${SLSERIES}: sealvl.py Makefile
       +${SLSERIES}: sealvl.py
                printf '0\t0\n${T_END}\t200\n' | ./sealvl.py
        
        init-linear.nc: MISMIP_boot_1a_M1_A1.nc