# Use this makefile, to create the MATLAB bindings for tixi
# It requires a MATLAB installation and MATLAB's mex command must be in PATH

all:
	mex tiximatlab.c -I../../../include/tixi3 -L../../..//usr/lib64 -ltixi3 -output tixi_matlab
