11 lines
151 B
Makefile
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 --
|