annotate matlab/Makefile @ 33:fc72b98aba8c

Fixed formatting of lambda expressions with multiple arguments. (Was producing 'Illegal Matlab expression (a,b)' error.)
author samer
date Tue, 25 Sep 2012 09:57:24 +0100
parents 27c10ed38592
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