8 lines
103 B
Makefile
8 lines
103 B
Makefile
|
all: shell irc
|
||
|
|
||
|
shell:
|
||
|
ocamlbuild -use-ocamlfind shell.byte
|
||
|
|
||
|
irc:
|
||
|
ocamlbuild -use-ocamlfind irc.byte
|