shithub: mc

ref: 9bf446ab7795f7397bc4fb7ae9e46ce14c3f679c
dir: /lib/bio/bld.sub/

View raw version
lib bio = 
	bio.myr
	geti.myr
	puti.myr
	iter.myr
	types.myr

	# backends
	fd.myr
	mem.myr

        lib ../std:std
        lib ../sys:sys
;;

sub =
	test
;;