1d_fd_simple_shear

Continuum model for granular flows with pore-pressure dynamics
git clone git://src.adamsgaard.dk/1d_fd_simple_shear
Log | Files | Refs | README | LICENSE

commit 6afdb42734d4ea1999f251bae2fc29286f11e80d
parent 7bb6b7d5486df6c490a050b9a8f9c22f7c04db63
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  5 Apr 2019 20:44:35 +0200

Only delete generated png during make clean

Diffstat:
MMakefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -29,7 +29,6 @@ watch: echo $(SRC) $(HDR) | tr ' ' '\n' | entr -s 'make && ./1d_fd_simple_shear' clean: - $(RM) *.png $(RM) *.txt $(RM) *.o $(RM) 1d_fd_simple_shear