summaryrefslogtreecommitdiff
path: root/code/matlab/Makefile
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2012-05-07 19:53:27 (GMT)
committerJan Huwald <jh@sotun.de>2012-05-07 19:53:27 (GMT)
commit00b209240138660db1ded3ef3870023964ce6e4e (patch)
tree8ffaec780b060bdc478929aa714b8af2ee760671 /code/matlab/Makefile
Initial commitHEADmaster
Diffstat (limited to 'code/matlab/Makefile')
-rw-r--r--code/matlab/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/code/matlab/Makefile b/code/matlab/Makefile
new file mode 100644
index 0000000..3546e44
--- /dev/null
+++ b/code/matlab/Makefile
@@ -0,0 +1,10 @@
+.PHONY: all symlinks clean
+
+all: symlinks
+
+symlinks:
+ ls | grep '.m$$' | sed 's/\.m$$//' | xargs -n1 ln -f -s ../glue/exec-matlab
+
+clean:
+ ls | grep '.m$$' | sed 's/\.m$$//' | xargs rm || true
+ rm *~ || true \ No newline at end of file
contact: Jan Huwald // Impressum