shithub: mc

ref: 1ad429cfd3ae87764bcb7ba95d44a79eb4ce3dbf
dir: /mbld/bld.sub/

View raw version
# the mbld binary
bin mbld =
	build.myr
	clean.myr
	config.myr	# config, as generated by the ./configure script
	config+plan9-x64.myr	# config, as hardcoded for Plan 9
	deps.myr
	install.myr
	main.myr
	opts.myr
	parse.myr
	syssel.myr
	test.myr
        types.myr
	util.myr

	# Currently, mbld doesn't add all deps transitively.
	# Until this gets fixed, we need to list all dependent
	# libraries here explicitly.
	lib ../libstd:sys
	lib ../libstd:std
	lib ../libbio:bio
	lib ../libregex:regex
;;

man = mbld.1;;