diff matlab/Makefile @ 24:27c10ed38592

Added padd.m to remove external dependencies; Matlab output lines now prefixed with '| '
author samer
date Wed, 22 Feb 2012 21:17:52 +0000
parents 60b7b78b3167
children
line wrap: on
line diff
--- a/matlab/Makefile	Wed Feb 15 17:50:14 2012 +0000
+++ b/matlab/Makefile	Wed Feb 22 21:17:52 2012 +0000
@@ -1,5 +1,6 @@
 
 install:
 	install -d $(INSTALL_ML_TO)
+	install $(INSTALL_FLAGS) -m 644 padd.m $(INSTALL_ML_TO)
 	cp -pR db $(INSTALL_ML_TO)