Skip to content

Commit

Permalink
Clean more files
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Nov 13, 2013
1 parent 7115db2 commit 1fc0824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -15,7 +15,7 @@ cold:
./shell/bootstrap-ocaml.sh
env PATH=$$PATH:`pwd`/bootstrap/ocaml/bin ./configure
env PATH=$$PATH:`pwd`/bootstrap/ocaml/bin $(MAKE)

scan: $(LOCAL_OCPBUILD)
$(OCPBUILD) -scan
sanitize: $(LOCAL_OCPBUILD)
Expand Down Expand Up @@ -63,6 +63,7 @@ clean:
rm -f *.annot src/*.annot
rm -f ocp-build.*
rm -rf _build
rm -rf config.log config.status META Makefile.config
$(MAKE) -C $(SRC_EXT) clean
$(MAKE) -C ocp-build clean
rm -f $(OPAM_FULL_TARGZ)
Expand Down

0 comments on commit 1fc0824

Please sign in to comment.