view matlab/Makefile @ 26:4269030c3f55

Got rid of compiler warning (const-ification)
author samer
date Thu, 23 Feb 2012 10:28:56 +0000
parents 27c10ed38592
children
line wrap: on
line source

install:
	install -d $(INSTALL_ML_TO)
	install $(INSTALL_FLAGS) -m 644 padd.m $(INSTALL_ML_TO)
	cp -pR db $(INSTALL_ML_TO)