Mercurial > hg > plml
diff cpp/Makefile @ 3:9b16fbec2f33
Added installer for matlab scripts.
author | samer |
---|---|
date | Thu, 19 Jan 2012 14:04:55 +0000 |
parents | 0dd31a8c66bd |
children | 193d582746e5 |
line wrap: on
line diff
--- a/cpp/Makefile Fri Jan 13 15:53:04 2012 +0000 +++ b/cpp/Makefile Thu Jan 19 14:04:55 2012 +0000 @@ -4,7 +4,7 @@ TARGET=plml.$(SO) INCML=$(MATLAB)/extern/include LIBML=$(MATLAB)/bin/$(MLARCH) -PLLDFLAGS=-c++ g++-apple-4.2 $(INCLUDES) -I$(INCML) -Wall +PLLDFLAGS=-c++ g++-4.2 $(INCLUDES) -I$(INCML) -Wall .SUFFIXES: .cpp .o .so .dylib