all:
	cl.exe main.cxx matlab.cxx -I../../Include -o swigmatlab ../../libswig.lib

test:
	swigmatlab example.i
	mex example.c example_wrap.c

clean:
	rm -f myswig *_wrap* *.o *~ 



syntax highlighted by Code2HTML, v. 0.9.1