shithub: cc65-plan9

ref: 2e2e412d056d214d103bceec96186b35ea45acd1
dir: cc65-plan9/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
	}