clean more

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7847 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2007-02-09 13:29:12 +00:00
parent 1560e25f2c
commit 324953bf55
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ set -ex
(cd byterun && make clean)
(cd asmrun && make clean)
(cd yacc && make clean)
(cd ocamlbuild && make distclean)
rm -rf _build
rm -f boot/ocamlrun boot/ocamlrun.exe boot/camlheader \
boot/myocamlbuild boot/myocamlbuild.native boot/myocamlbuild.native.exe \

View File

@ -62,7 +62,7 @@ clean:
rm -rf $(BUILDDIR)
distclean: clean
rm -rf _start ocamlbuild.byte.start boot/ocamlbuild
rm -rf _log _start ocamlbuild.byte.start boot/ocamlbuild
install: all
mkdir -p $(INSTALL_BIN)