changeset 12714:9d24dd9d2986 octave-forge

[tsa] add histo_mex in Makefile
author schloegl
date Thu, 25 Feb 2016 07:34:02 +0000
parents 47904d77c528
children 2b6b5744525c
files extra/tsa/src/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/tsa/src/Makefile	Wed Feb 24 17:45:06 2016 +0000
+++ b/extra/tsa/src/Makefile	Thu Feb 25 07:34:02 2016 +0000
@@ -53,7 +53,7 @@
 MEX_OPTION  += CC\#$(CXX) CXX\#$(CXX) CFLAGS\#"$(CFLAGS)" CXXFLAGS\#"$(CFLAGS)"
 MATMEX      = $(MATLABDIR)/bin/mex $(MEX_OPTION)
 
-PROGS = covm_mex.mex sumskipnan_mex.mex #kalman_maar.mex
+PROGS       = covm_mex.mex sumskipnan_mex.mex histo_mex.mex
 
 ### per default only the mex-files for octave are built
 mex4o octave: $(PROGS)