shithub: mc

ref: 6aab6b7b0d8fb0e37f7021f17714efbe02a227bb
dir: /lib/http/bld.sub/

View raw version
bin h {noinst}=
	h.myr

	lib http
	lib ../sys:sys
	lib ../std:std
	lib ../bio:bio
	lib ../thread:thread
;;

bin srvdot {noinst}=
	srvdot.myr

	lib http
	lib ../sys:sys
	lib ../std:std
	lib ../bio:bio
	lib ../thread:thread
;;

lib http =
	parse.myr
	types.myr
	url.myr
	client.myr
	server.myr
	session.myr
	status.myr

	lib ../sys:sys
	lib ../std:std
	lib ../bio:bio
	lib ../thread:thread
;;