cheesebot/ocaml/Makefile
2014-12-21 16:12:52 +01:00

11 lines
151 B
Makefile

all: shell irc
shell:
ocamlbuild -use-ocamlfind shell.byte
irc:
ocamlbuild -use-ocamlfind irc.byte
check:
ocamlbuild -use-ocamlfind test.byte --