Add installation instructions in jbuild file for executables
This commit is contained in:
parent
a4c04dedb8
commit
0325794af4
@ -2,10 +2,12 @@
|
||||
|
||||
(executable
|
||||
((name logarion_cli)
|
||||
(public_name logarion_cli)
|
||||
(modules logarion_cli)
|
||||
(libraries (logarion logarion.file lwt.unix re.str cmdliner))))
|
||||
|
||||
(executable
|
||||
((name logarion_webserver)
|
||||
(public_name logarion_webserver)
|
||||
(modules logarion_webserver)
|
||||
(libraries (logarion logarion.converters lwt.unix opium uri re.str tyxml))))
|
||||
(libraries (logarion logarion.converters lwt.unix opium uri re.str tyxml))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user