all: blinky.mexsol argtest.mexsol DEP=mexopts.sh Makefile %.mexsol: %.c $(DEP) mex -O $(DEBUG) $< clean: rm -f a.out core clobber: clean rm -f *.mexsol