tMakefile: remove as own dependency - hansen-zoet-exp - comparison of lab and model results of sediment advection
 (HTM) git clone git://src.adamsgaard.dk/hansen-zoet-exp
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit 23cb53072e37107bb08f145f3075fc6ed4c6864a
 (DIR) parent 41333bc4967ccb758fe4c122024dfede76a11670
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 13 Jun 2022 10:30:13 +0200
       
       Makefile: remove as own dependency
       
       Diffstat:
         M Makefile                            |      10 +++++-----
       
       1 file changed, 5 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -26,7 +26,7 @@ grain_rate_dependence = 0.002
        time_end = 345600
        time_interval = 1800
        
       -default: ${PDFS} strain_distribution_ampl1Pa_freq1.157e-5s.txt
       +default: ${PDFS} strain_distribution_ampl1kPa_freq1.157e-5s.txt
        
        ${BIN}: ${REPO}/cngf-pf.c
                CFLAGS="-march=native -O3 -pipe" make -C ${REPO}
       t@@ -34,7 +34,7 @@ ${BIN}: ${REPO}/cngf-pf.c
        ${REPO}/cngf-pf.c:
                git submodule update --init
        
       -strain_distribution_N50kPa_v3.169e-6ms.txt: ${BIN} Makefile
       +strain_distribution_N50kPa_v3.169e-6ms.txt: ${BIN}
                sh -c '\
                for v in ${velvals}; do \
                        for P in ${stressvals}; do \
       t@@ -51,7 +51,7 @@ strain_distribution_N50kPa_v3.169e-6ms.txt: ${BIN} Makefile
                done; done'  # also close fit with lower A and higher b
                # higher values of L do not make a difference in flux
        
       -strain_distribution_ampl1Pa_freq1.157e-5s.txt: ${BIN}
       +strain_distribution_ampl1kPa_freq1.157e-5s.txt: ${BIN}
                sh -c '\
                for freq in ${fluid_freq_vals}; do \
                        for ampl in ${fluid_ampl_vals}; do \
       t@@ -82,7 +82,7 @@ mohr_coulomb_v3.169e-6ms.txt: strain_distribution_N50kPa_v3.169e-6ms.txt
                                tail -n 1 strain_distribution_N$${P}kPa_v$${v}ms.txt >>mohr_coulomb_v$${v}ms.txt; \
                done; done'
        
       -sediment_flux_v3.169e-6ms.txt: strain_distribution_N50kPa_v3.169e-6ms.txt Makefile
       +sediment_flux_v3.169e-6ms.txt: strain_distribution_N50kPa_v3.169e-6ms.txt
                sh -c '\
                rm -f sediment_flux_v*ms.txt; \
                for v in ${velvals}; do \
       t@@ -91,7 +91,7 @@ sediment_flux_v3.169e-6ms.txt: strain_distribution_N50kPa_v3.169e-6ms.txt Makefi
                                echo sediment_flux_v$${v}ms.txt; \
                done; done'
        
       -sediment_flux_freq1.157e-5s.txt: strain_distribution_ampl1kPa_freq1.157e-5s.txt Makefile
       +sediment_flux_freq1.157e-5s.txt: strain_distribution_ampl1kPa_freq1.157e-5s.txt
                sh -c '\
                rm -f sediment_flux_freq*s.txt; \
                for freq in ${fluid_freq_vals}; do \