aboutsummaryrefslogtreecommitdiff
path: root/m/Makefile
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-11-30 20:37:29 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2007-11-30 20:37:29 -0600
commit5d22ca367c660266af18a285481091b06d9ed728 (patch)
tree6c71066fa6397e595a5b781730363f5decd50663 /m/Makefile
parent552fa44d3619da95c400ba36f40c6859c64db8a8 (diff)
Rename MLFO_WaveToy to ML_FOWaveToy
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 16eb997..23a95b0 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 MLFO_Wavetoy
+ rm -rf ML_WaveToy ML_FOWavetoy
./runmath.sh $^
- for thorn in ML_WaveToy MLFO_Wavetoy; 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 MLFO_Wavetoy
+ rm -rf Wavetoy.out Wavetoy.err ML_WaveToy ML_FOWavetoy
.PHONY: all clean