aboutsummaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-09-13 15:44:25 -0400
committerErik Schnetter <schnetter@gmail.com>2012-09-13 15:44:25 -0400
commit118d8e3e2df1cad73854a7ec57ea7ef06ca2bcc7 (patch)
tree34c0d331608710ae747252557c22eac3e07ace9d /m
parent2ebab63f41532f03d7fb520e745d82862e8ef0fe (diff)
Improve layout
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