aboutsummaryrefslogtreecommitdiff
path: root/m/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'm/Makefile')
-rw-r--r--m/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/m/Makefile b/m/Makefile
index a55d24f..e9bf163 100644
--- a/m/Makefile
+++ b/m/Makefile
@@ -8,7 +8,8 @@ all: WeylScal4.out
WeylScal4.out: WeylScal4.m
rm -rf WeylScal4
./runmath.sh $^
- for thorn in WeylScal*; do \
+ patch -p1 -d WeylScal4 <WeylScal4.patch
+ for thorn in WeylScal4; do \
./copy-if-changed.sh $$thorn/configuration.ccl ../../$$thorn/configuration.ccl && \
./copy-if-changed.sh $$thorn/interface.ccl ../../$$thorn/interface.ccl && \
./copy-if-changed.sh $$thorn/param.ccl ../../$$thorn/param.ccl && \