aboutsummaryrefslogtreecommitdiff
path: root/m/Makefile
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-12-27 17:54:49 +0100
committerErik Schnetter <schnetter@cct.lsu.edu>2007-12-27 17:54:49 +0100
commita66116f18b5ae7e373b9e00cdd2acff8a8e6afbf (patch)
treed5bad2aec72a8ef18cba01fb26269a067407af3d /m/Makefile
parent95c73d61458dc832692f575d8967a0f9884068c2 (diff)
Regenerate WaveToy thorns
Correct thorn name: Use ML_FOWaveToy instead of ML_FOWavetoy (upper case T). Regenerate thorns after correcting error in Kranc.
Diffstat (limited to 'm/Makefile')
-rw-r--r--m/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/m/Makefile b/m/Makefile
index 23a95b0..eca8484 100644
--- a/m/Makefile
+++ b/m/Makefile
@@ -11,12 +11,12 @@ McLachlan.out: McLachlan.m
for thorn in ML_ADM ML_BSSN; do ./copy-if-changed.sh $$thorn ../$$thorn; done
WaveToy.out: WaveToy.m
- rm -rf ML_WaveToy ML_FOWavetoy
+ rm -rf ML_WaveToy ML_FOWaveToy
./runmath.sh $^
- for thorn in ML_WaveToy ML_FOWavetoy; do ./copy-if-changed.sh $$thorn ../$$thorn; done
+ for thorn in ML_WaveToy ML_FOWaveToy; do ./copy-if-changed.sh $$thorn ../$$thorn; done
clean:
rm -rf McLachlan.out McLachlan.err ML_ADM ML_BSSN
- rm -rf Wavetoy.out Wavetoy.err ML_WaveToy ML_FOWavetoy
+ rm -rf WaveToy.out WaveToy.err ML_WaveToy ML_FOWaveToy
.PHONY: all clean