diff --git a/ocaml/Makefile b/ocaml/Makefile new file mode 100644 index 0000000..44815a5 --- /dev/null +++ b/ocaml/Makefile @@ -0,0 +1,7 @@ +all: shell irc + +shell: + ocamlbuild -use-ocamlfind shell.byte + +irc: + ocamlbuild -use-ocamlfind irc.byte