Add simple Makefile.
This commit is contained in:
parent
610ccbb27d
commit
adcb83ac8f
7
ocaml/Makefile
Normal file
7
ocaml/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
all: shell irc
|
||||
|
||||
shell:
|
||||
ocamlbuild -use-ocamlfind shell.byte
|
||||
|
||||
irc:
|
||||
ocamlbuild -use-ocamlfind irc.byte
|
Loading…
Reference in a new issue