Add simple Makefile.
This commit is contained in:
parent
610ccbb27d
commit
adcb83ac8f
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue