shithub: mc

ref: 620e64162eb58974757a4da00e070b90db41ef0c
dir: /libregex/bld.sub/

View raw version
lib regex =
	compile.myr
	interp.myr
	ranges.myr
	types.myr

        lib ../libstd:std
;;

bin redump {noinst} =
	redump.myr
        lib ../libstd:std
        lib ../libbio:bio
        lib regex
;;

gen ranges.myr {durable} =
	mkchartab -a -p_ranges UnicodeData.txt -o ranges.myr
;;

sub = test ;;