all:
	mex -g -v -f ./mexopts.sh -output mexnc mexgateway.c netcdf2.c netcdf3.c common.c 

clean:
	rm -f *.o mexnc.mex*
