Skip to content

Commit d3e2430

Browse files
committed
make executable public so that it is build and installed by opam
1 parent 91e573a commit d3e2430

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
(executable
2-
(name mkocaml)
2+
(public_name mkocaml)
33
(libraries unix ioUtils gitUtils makefileUtils opamUtils))

dune-project

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
(lang dune 1.11)
2+
(name mkocaml)

0 commit comments

Comments
 (0)