aboutsummaryrefslogtreecommitdiff
path: root/m/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'm/Makefile')
-rw-r--r--m/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/m/Makefile b/m/Makefile
index 4d19481..931a7b4 100644
--- a/m/Makefile
+++ b/m/Makefile
@@ -9,12 +9,8 @@ WeylScal4.out: WeylScal4.m
rm -rf WeylScal4
./runmath.sh $^
grep --silent 'Thorn ./WeylScal4 created successfully' WeylScal4.out
- 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 && \
- ./copy-if-changed.sh $$thorn/schedule.ccl ../../$$thorn/schedule.ccl && \
- ./copy-if-changed.sh $$thorn/src ../../$$thorn/src; \
+ for file in $$(ls WeylScal4); do \
+ ./copy-if-changed.sh WeylScal4/$$file ../$$file; \
done
clean: