# 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 -L../../..//usr/lib64 -lTIXI -output tixi_matlab
