aboutsummaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-05-02 09:04:17 -0400
committerErik Schnetter <schnetter@gmail.com>2012-05-02 09:04:17 -0400
commitef07762148cc054072096c4c04c46990fa66a46f (patch)
tree18a7e56d882858151e078fd6a0e5ced75e85ddf3 /m
parent5fedebcf4433c8841fe7eba43a13a87dff96c3e8 (diff)
Handle CCZ4 in Makefile better
Diffstat (limited to 'm')
-rw-r--r--m/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/m/Makefile b/m/Makefile
index 272a6a9..8d550b6 100644
--- a/m/Makefile
+++ b/m/Makefile
@@ -15,12 +15,11 @@ McLachlan_ADM.out: McLachlan_ADM.m
McLachlan_BSSN.out: McLachlan_BSSN.m
rm -rf ML_BSSN* ML_CCZ4*
./runmath.sh $^
- for thorn in ML_BSSN*; do \
+ for thorn in ML_BSSN* ML_CCZ4*; do \
./copy-if-changed.sh $$thorn ../$$thorn && \
./create-helper-thorn.sh $$thorn && \
./copy-if-changed.sh $${thorn}_Helper ../$${thorn}_Helper; \
done
- [ -r ML_CCZ4 ] && ./copy-if-changed.sh ML_CCZ4 ../ML_CCZ4 \
McLachlan_ADMConstraints.out: McLachlan_ADMConstraints.m
rm -rf ML_ADMConstraints*