aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar lmamane <lmamane@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-03-26 03:36:13 +0000
committerGravatar lmamane <lmamane@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-03-26 03:36:13 +0000
commit19d9a7d7ea5cd07b4436b3aa161cd1ae4395cbc1 (patch)
treed3a13abe9f5a6adb15ff9d8429efb6f46cde8f51 /Makefile
parentf0d5dd5b65652d7c5b7af02a9de161f7b95588e5 (diff)
clean revision and coqdep_boot, too
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12016 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e8f5fabfe..913690a3b 100644
--- a/Makefile
+++ b/Makefile
@@ -202,7 +202,7 @@ indepclean:
rm -f toplevel/mltop.byteml toplevel/mltop.optml
rm -f test-suite/check.log
rm -f glob.dump
- rm -f config/revision.ml
+ rm -f config/revision.ml revision
docclean:
rm -f doc/*/*.dvi doc/*/*.aux doc/*/*.log doc/*/*.bbl doc/*/*.blg doc/*/*.toc \
@@ -222,7 +222,7 @@ docclean:
rm -f doc/coq.tex
archclean: clean-ide cleantheories
- rm -f $(COQTOPEXE) $(COQMKTOP) $(COQC) $(CHICKEN)
+ rm -f $(COQTOPEXE) $(COQMKTOP) $(COQC) $(CHICKEN) $(COQDEPBOOT)
rm -f $(COQTOPOPT) $(COQMKTOPOPT) $(COQCOPT) $(CHICKENOPT)
rm -f bin/coq-parser.opt$(EXE) bin/coq-interface.opt$(EXE)
find . -name '*.cmx' -or -name '*.cmxs' -or -name '*.cmxa' -or -name '*.[soa]' -or -name '*.so' | xargs rm -f