default: chat

%: %.ml
	ocamlfind ocamlopt -syntax camlp4o -package lwt.unix,lwt.syntax,lwt.text -linkpkg $< -o $@

clean:
	rm -f *.cm* *.o
