Rename executable to fix merlin confusion

This commit is contained in:
Tom Jack 2019-11-29 13:22:13 -06:00 committed by Rémi Lesenechal
parent d1d9cea599
commit 317313ecc6
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
)
(executable
(name ligo)
(name runligo)
(public_name ligo)
(libraries
simple-utils
@ -21,7 +21,7 @@
ligo
cli
)
(modules ligo)
(modules runligo)
(package ligo)
(preprocess
(pps ppx_let)