shithub: mc

ref: cda6f9053c2f2eb983c256fab0515f173c3c79a8
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;