shithub: drawfs

ref: 798897c28e191cd4c2513afb658fa196b3fbb95c
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 }