Skip to content

Commit

Permalink
add eliom-distillery executable installation
Browse files Browse the repository at this point in the history
  • Loading branch information
John Christopher McAlpine committed Apr 16, 2019
1 parent 8a32e5e commit 4376b77
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/tools/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
(modules
eliomdep))

(executable
(name distillery)
(public_name eliom-distillery)
(libraries
findlib
str
tools_utils)
(modules
distillery))

(executable
(name eliomc)
(public_name eliomc)
Expand Down

0 comments on commit 4376b77

Please sign in to comment.