all: shell irc shell: ocamlbuild -use-ocamlfind shell.byte irc: ocamlbuild -use-ocamlfind irc.byte check: ocamlbuild -use-ocamlfind test.byte -- clean: rm -rf _build *.native *.byte