aboutsummaryrefslogtreecommitdiff
path: root/m/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'm/Makefile')
-rw-r--r--m/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/m/Makefile b/m/Makefile
index 3af082a..cf8260b 100644
--- a/m/Makefile
+++ b/m/Makefile
@@ -13,13 +13,14 @@ McLachlan_ADM.out: McLachlan_ADM.m
done
McLachlan_BSSN.out: McLachlan_BSSN.m
- rm -rf ML_BSSN*
+ rm -rf ML_BSSN* ML_CCZ4*
./runmath.sh $^
for thorn in ML_BSSN*; do \
./copy-if-changed.sh $$thorn ../$$thorn && \
./create-helper-thorn.sh $$thorn && \
./copy-if-changed.sh $${thorn}_Helper ../$${thorn}_Helper; \
done
+ ./copy-if-changed.sh ML_CCZ4 ../ML_CCZ4
McLachlan_ADMConstraints.out: McLachlan_ADMConstraints.m
rm -rf ML_ADMConstraints*