aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-03-01 11:39:52 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-03-01 11:39:52 +0000
commita84323c1f6d1e53f31ad028ae4ab4844d5730389 (patch)
treee2008388223dff0bcf896ab05e62cdfb19c87a2a /Makefile
parent42537fb14ea0f3aa8ee761dc66bf5c987de8068d (diff)
clean de parser.opt
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6788 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9c7e0bdb..1fe88503a 100644
--- a/Makefile
+++ b/Makefile
@@ -743,7 +743,7 @@ contrib7/interface/AddDad.vo: contrib7/interface/AddDad.v $(INTERFACE) states7/i
$(BESTCOQTOP) $(TRANSLATE) -boot -byte $(COQOPTS) -compile $*
clean::
- rm -f bin/parser$(EXE) bin/coq-interface$(EXE) bin/coq-interface.opt$(EXE)
+ rm -f bin/parser$(EXE) bin/parser.opt$(EXE) bin/coq-interface$(EXE) bin/coq-interface.opt$(EXE)
# install targets
install-pcoq:: install-pcoq-binaries install-pcoq-files install-pcoq-manpages