aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-02-04 22:21:37 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-02-04 22:21:37 +0000
commitc50e0efdc16f99d83000fba4fe5b77da404d3b2e (patch)
tree6d2e55ea0330371a1fe12e495a5925e86838b17f
parent4b2e9a5057bf04fa2eaef8faff4249d30981e70a (diff)
clean-ide plus precis
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5293 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60b4e296b..ea33524b3 100644
--- a/Makefile
+++ b/Makefile
@@ -555,7 +555,10 @@ coqide-opt: $(COQIDEBYTE) $(COQIDEOPT) $(COQIDE)
coqide-files: $(IDEFILES)
clean-ide:
- rm -f $(COQIDEVO) $(COQIDECMO) $(COQIDECMX) $(COQIDECMO:.cmo=.cmi) $(COQIDEBYTE) $(COQIDEOPT) $(COQIDE)
+ rm -f $(COQIDEVO) $(COQIDECMO) $(COQIDECMX) $(COQIDECMO:.cmo=.cmi) $(COQIDEBYTE) $(COQIDEOPT) $(COQIDE)
+ rm -f ide/extract_index.ml ide/find_phrase.ml ide/highlight.ml
+ rm -f ide/config_lexer.ml ide/config_parser.mli ide/config_parser.ml
+ rm -f ide/utf8_convert.ml
$(COQIDEOPT): $(COQMKTOP) $(CMX) $(USERTACCMX) ide/ide.cmxa
$(SHOW)'COQMKTOP -o $@'