changeset 6:d3b9cbaee77b

Added Makefile to install Matlab components.
author samer
date Thu, 19 Jan 2012 14:28:39 +0000
parents 9b16fbec2f33
children 39982f16da0b
files matlab/Makefile
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/matlab/Makefile	Thu Jan 19 14:28:39 2012 +0000
@@ -0,0 +1,6 @@
+
+install:
+	install -d $(INSTALL_ML_TO)
+	cp -pR db $(INSTALL_ML_TO)
+	cp -pR general $(INSTALL_ML_TO)
+