cheesebot/ocaml/Makefile

14 lines
190 B
Makefile
Raw Permalink 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 --
2015-09-06 22:16:57 +02:00
clean:
rm -rf _build *.native *.byte