cheesebot/ocaml/Makefile

11 lines
151 B
Makefile
Raw Normal View History

2014-12-07 23:13:33 +01:00
all: shell irc
shell:
ocamlbuild -use-ocamlfind shell.byte
irc:
ocamlbuild -use-ocamlfind irc.byte
2014-12-21 16:12:52 +01:00
check:
ocamlbuild -use-ocamlfind test.byte --