Skip to content

Commit

Permalink
Makefile: don't clean V8 gtest directory
Browse files Browse the repository at this point in the history
There is a file in there required to build V8. The rest is being ignored
by V8's .gitignore anyway.
  • Loading branch information
targos authored and ofrobots committed Aug 25, 2016
1 parent c0d6d98 commit c2b4912
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ distclean:
-rm -rf deps/icu4c*.tgz deps/icu4c*.zip deps/icu-tmp
-rm -f $(BINARYTAR).* $(TARBALL).*
-rm -rf deps/v8/testing/gmock
-rm -rf deps/v8/testing/gtest

check: test

Expand Down

0 comments on commit c2b4912

Please sign in to comment.