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

all:
	mex tiglmatlab.c -I../../../include/tigl3 -L../../../lib64 -ltigl3 -output tigl_matlab
