shithub: cc65-plan9

ref: 52c766d0264b281bac522604c5ab419b3303ed63
dir: /mkfiles/mkfile/

View raw version
</$objtype/mkfile

DIRS=\
	src		\
	libsrc	\
	doc		\
	samples

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