From 5649c3e9310fe688cfb714a9d7de585bcff1b045 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Fri, 23 Sep 2011 16:38:59 -0400 Subject: Correct Makefile Don't use "ADM*" as glob, since this refers to ADM, ADMConstraints, and ADMQuantities. Add ADMQuantities to cleanup rule. --- m/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'm') diff --git a/m/Makefile b/m/Makefile index 6c6bde5..3af082a 100644 --- a/m/Makefile +++ b/m/Makefile @@ -6,9 +6,9 @@ all: McLachlan_ADM.out McLachlan_BSSN.out McLachlan_ADMConstraints.out McLachlan @echo McLachlan_ADM.out: McLachlan_ADM.m - rm -rf ML_ADM* + rm -rf ML_ADM ./runmath.sh $^ - for thorn in ML_ADM*; do \ + for thorn in ML_ADM; do \ ./copy-if-changed.sh $$thorn ../$$thorn; \ done @@ -57,7 +57,7 @@ hydro.out: hydro.m done clean: - rm -rf ML_ADM* ML_BSSN* ML_ADMConstraints* + rm -rf ML_ADM ML_BSSN* ML_ADMConstraints* ML_ADMQuantities* rm -rf ML_WaveToy ML_WaveToyFO rm -rf ML_hydro rm -f McLachlan_ADM.out McLachlan_ADM.err -- cgit v1.2.3