Add simple Makefile.

master
Fabien Freling 2014-12-07 23:13:33 +01:00
parent 610ccbb27d
commit adcb83ac8f
1 changed files with 7 additions and 0 deletions

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