
all:
	@echo "Please type make in a matlab shell"
tmp:
	g++ -pthread -Wl,--no-undefined  -fopenmp  -shared -O -O3 -Wl,--version-script,"/v/filer4b/software/matlab-r2015b/extern/lib/glnxa64/mexFunction.map"
clean:
	rm -rf *mex* *.o
