commit 37770a1d5e140e05c6f543797f83c3c3f0e24d3f
parent c45f115a66b170ecd9e41ad3962b02a2495fa748
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 6 Nov 2019 09:53:54 +0100
Use correct removal command
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/test/Makefile b/test/Makefile
@@ -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