shithub: equis

ref: b76e8ecc732cb311ceee6fd6c807b7e784d3fe31
dir: /sys/src/ape/X11/lib/mkfile/

View raw version
#DIRS=FS Xau Xdmcp Xext Xfont Xi fontenc pixman
DIRS=`{echo */}

default:V:	all

all clean nuke install installall:V:
	for (i in $DIRS) @{
		cd $i
		mk $target
	}