shithub: widget

ref: b57b54c2d8223debedae9844098b89c6b5475637
dir: widget/mkfile

View raw version
FOLDERS=\
	libwidget	\
	cmd

all:V:

%:V: $FOLDERS
	for(f in $FOLDERS) @{
		cd $f; mk $stem
	}