tUpdate PHONY declaration to include clean target - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
 (HTM) git clone git://src.adamsgaard.dk/cngf-pf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0d535c282f5cbacf8c8d33dbdaf0990cafa714ae
 (DIR) parent d856e07363afbd999ce4a98ccd109a86a13e45f7
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sat,  6 Jul 2019 10:16:39 +0200
       
       Update PHONY declaration to include clean target
       
       Diffstat:
         M examples/Makefile                   |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/examples/Makefile b/examples/Makefile
       t@@ -1,6 +1,5 @@
        BIN = ../1d_fd_simple_shear
        
       -.PHONY: plots
        plots: 1d_fd_simple_shear.png \
                1d_fd_simple_shear_rheology.png \
                1d_fd_simple_shear_rheology_kamb.png \
       t@@ -110,3 +109,5 @@ clean:
                $(RM) *.o
                $(RM) 1d_fd_simple_shear.png
                $(RM) 1d_fd_simple_shear_rheology*.png
       +
       +.PHONY: plots clean