annotate 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
rev   line source
samer@6 1
samer@6 2 install:
samer@6 3 install -d $(INSTALL_ML_TO)
samer@24 4 install $(INSTALL_FLAGS) -m 644 padd.m $(INSTALL_ML_TO)
samer@6 5 cp -pR db $(INSTALL_ML_TO)
samer@6 6