diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/dune | 1 | ||||
| -rwxr-xr-x | dev/dune-dbg.in | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,7 @@ (deps dune-dbg.in ../checker/coqchk.bc ../topbin/coqc_bin.bc + ../ide/coqide_main.bc ; This is not enough as the call to `ocamlfind` will fail :/ top_printers.cma) (action (copy dune-dbg.in dune-dbg))) diff --git a/dev/dune-dbg.in b/dev/dune-dbg.in index bd0a837938..1382f4d1b6 100755 --- a/dev/dune-dbg.in +++ b/dev/dune-dbg.in @@ -6,6 +6,9 @@ case $1 in shift exe=_build/default/checker/coqchk.bc ;; + coqide) + exe=_build/default/ide/coqide_main.bc + ;; *) exe=_build/default/topbin/coqc_bin.bc ;; |
