shithub: mc

ref: 42e662ac6c1f27e05479772398145d7aa25bf903
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;