diff options
| author | Maxime Dénès | 2018-01-12 14:32:43 -0800 |
|---|---|---|
| committer | Maxime Dénès | 2018-01-12 14:32:43 -0800 |
| commit | 13dc988771fe3db8df1cc73900a897549cd10e17 (patch) | |
| tree | a0f7f586c8aa74da49e09dd805d1a43023fc0f24 /Makefile.ide | |
| parent | 3815ec5405976196ff79b6960e65ce5adda66205 (diff) | |
| parent | 72750482070355baf4df6977da75c5448b2b994d (diff) | |
Merge PR #6288: Interfaces for checker and IDE.
Diffstat (limited to 'Makefile.ide')
| -rw-r--r-- | Makefile.ide | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.ide b/Makefile.ide index 08829b5544..09eef1f6bb 100644 --- a/Makefile.ide +++ b/Makefile.ide @@ -45,8 +45,8 @@ IDEDEPS:=clib/clib.cma lib/lib.cma IDECMA:=ide/ide.cma IDETOPLOOPCMA=ide/coqidetop.cma -LINKIDE:=$(IDEDEPS) $(IDECDEPS) $(IDECMA) ide/coqide_main.ml -LINKIDEOPT:=$(IDEOPTCDEPS) $(patsubst %.cma,%.cmxa,$(IDEDEPS:.cmo=.cmx)) $(IDECMA:.cma=.cmxa) ide/coqide_main.ml +LINKIDE:=$(IDEDEPS) $(IDECDEPS) $(IDECMA) ide/coqide_main.mli ide/coqide_main.ml +LINKIDEOPT:=$(IDEOPTCDEPS) $(patsubst %.cma,%.cmxa,$(IDEDEPS:.cmo=.cmx)) $(IDECMA:.cma=.cmxa) ide/coqide_main.mli ide/coqide_main.ml IDEFILES=$(wildcard ide/*.lang) ide/coq_style.xml ide/coq.png ide/MacOS/default_accel_map |
