Add simple Makefile.

This commit is contained in:
Fabien Freling 2014-12-07 23:13:33 +01:00
parent 610ccbb27d
commit adcb83ac8f

7
ocaml/Makefile Normal file
View file

@ -0,0 +1,7 @@
all: shell irc
shell:
ocamlbuild -use-ocamlfind shell.byte
irc:
ocamlbuild -use-ocamlfind irc.byte