ref: 905f4d10a78e7e2f6eb849cf373b14cd78c87d73
dir: /examples/bld.sub/
# http examples
bin h {noinst} =
h.myr
lib @/lib/sys:sys
lib @/lib/std:std
lib @/lib/bio:bio
lib @/lib/http:http
lib @/lib/thread:thread
;;
bin srvdot {noinst} =
srvdot.myr
lib @/lib/sys:sys
lib @/lib/std:std
lib @/lib/bio:bio
lib @/lib/http:http
lib @/lib/thread:thread
;;