diff options
| author | Enrico Tassi | 2014-09-01 14:54:49 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2014-09-02 11:29:42 +0200 |
| commit | cf6b12cb3a88fb3af6a7b3e91d17db8b06d23c81 (patch) | |
| tree | 46ec306afd1ebf29b735e7f6679c8e1b8d9c5679 /Makefile.build | |
| parent | 7befcc7ea63ea4bd6e45e6f4b8ec01a69b586cc7 (diff) | |
coqworkmgr
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.build b/Makefile.build index 2963a3d7a8..7cc4351be3 100644 --- a/Makefile.build +++ b/Makefile.build @@ -634,6 +634,11 @@ $(COQDOC): $(patsubst %.cma,%$(BESTLIB),$(COQDOCCMO:.cmo=$(BESTOBJ))) $(SHOW)'OCAMLBEST -o $@' $(HIDE)$(call bestocaml,,str unix) +$(COQWORKMGR): $(addsuffix $(BESTOBJ), stm/coqworkmgrApi tools/coqworkmgr) \ + $(addsuffix $(BESTLIB), lib/clib) + $(SHOW)'OCAMLBEST -o $@' + $(HIDE)$(call bestocaml,, $(SYSMOD) clib) + # fake_ide : for debugging or test-suite purpose, a fake ide simulating # a connection to coqtop -ideslave |
