From adcb83ac8f03c375b650f7caf0bc010abc59dbbe Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Sun, 7 Dec 2014 23:13:33 +0100 Subject: [PATCH] Add simple Makefile. --- ocaml/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ocaml/Makefile 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