aboutsummaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
Diffstat (limited to 'm')
-rw-r--r--m/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/m/Makefile b/m/Makefile
index 02f433e..814d3a2 100644
--- a/m/Makefile
+++ b/m/Makefile
@@ -8,7 +8,7 @@ all: McLachlan_ADM.out McLachlan_BSSN.out McLachlan_ADMConstraints.out McLachlan
McLachlan_ADM.out: McLachlan_ADM.m
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