tUse correct removal command - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
HTML git clone git://src.adamsgaard.dk/cngf-pf
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 37770a1d5e140e05c6f543797f83c3c3f0e24d3f
DIR parent c45f115a66b170ecd9e41ad3962b02a2495fa748
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 6 Nov 2019 09:53:54 +0100
Use correct removal command
Diffstat:
M test/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
DIR diff --git a/test/Makefile b/test/Makefile
t@@ -74,11 +74,10 @@ simple_shear_wet_vari_pulse.std: $(BIN)
./$(BIN) $(SIMPLE_SHEAR_WET_VARI_PULSE_OPTS) > $@
-
$(BIN):
make -C ..
clean:
- $(RM) *.txt
+ rm -f *.txt
.PHONY: $(TESTS) test standards clean