shithub: drawfs

ref: 9712751526835c0a190e8abcd6f495df9cc80b87
dir: /mkfile/

View raw version
DIRS=drawfs mousefs drawmgr

all:V:
	for (d in $DIRS)
		@{ cd $d && mk $MKFLAGS }

install:V:
	for (d in $DIRS)
		@{ cd $d && mk $MKFLAGS install }