shithub: purgatorio

ref: 75c92428225428c8fde2d015f010e608a0b12f1d
dir: purgatorio/appl/demo/ns/mkfile

View raw version
<../../../mkconfig

TARG=\
		ns.dis\

SHTARG=\
		runns.sh\

MODULES=\

SYSMODULES= \
	arg.m\
	draw.m\
	sh.m\
	sys.m\

DISBIN=$ROOT/dis/demo/ns

<$ROOT/mkfiles/mkdis

SHFILES=${SHTARG:%.sh=$DISBIN/%}
install:V:	$SHFILES
%.install:V:	$DISBIN/%
%.installall:V:	$DISBIN/%

$DISBIN/%:	%.sh
	cp $stem.sh $target && chmod a+rx $target