cheesebot/ocaml/Makefile

14 lines
190 B
Makefile

all: shell irc
shell:
ocamlbuild -use-ocamlfind shell.byte
irc:
ocamlbuild -use-ocamlfind irc.byte
check:
ocamlbuild -use-ocamlfind test.byte --
clean:
rm -rf _build *.native *.byte