# HG changeset patch # User samer # Date 1326983319 0 # Node ID d3b9cbaee77bd7f331a787227b95e4133459a534 # Parent 9b16fbec2f332d13024a60fa07fa4078a0fb8ec7 Added Makefile to install Matlab components. diff -r 9b16fbec2f33 -r d3b9cbaee77b matlab/Makefile --- /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) +