shithub: mc

ref: 4874371bb240c4cfe5ba45daa190810814e067dc
dir: /bldfile/

View raw version
# comment
bin mbld =
	build.myr
	clean.myr
	config.myr
	deps.myr
	install.myr
	main.myr
	opts.myr
	parse.myr
	subdir.myr
        types.myr
	util.myr
;

lib testlib =
	build.myr
	clean.myr
	config.myr
	deps.myr
	install.myr
	main.myr
	opts.myr
	parse.myr
	subdir.myr
        types.myr
	util.myr
;

man = mbld.1;