# HG changeset patch # User schloegl # Date 1456385642 0 # Node ID 9d24dd9d2986ea8fd5e2b55ce2ea428475392b44 # Parent 47904d77c528c14018a9637ecddbaec13cc1dbc8 [tsa] add histo_mex in Makefile diff -r 47904d77c528 -r 9d24dd9d2986 extra/tsa/src/Makefile --- 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)