Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-10-30 22:13:55 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-10-30 22:14:18 +0400
commitef9e716fd1ee49fa93dd2153c96c956b74c1dab9 (patch)
tree80addb0bc001f4b3324e1db327b40a4c417ea95e /Makefile
parent268bcbde7c62e7bc781c79c8b07ea067bd4b9b59 (diff)
Delete libv8 in 'make clean'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b62132daff2..f33e82e1a4b 100644
--- a/Makefile
+++ b/Makefile
@@ -392,7 +392,7 @@ docclean:
-rm -rf $(builddir)/doc
clean:
- -rm -f node node_g $(builddir)/node $(builddir)/node_g
+ -rm -f node node_g $(builddir)/node $(builddir)/node_g $(libv8) $(libv8_g)
-find $(builddir) -name "*.o" | xargs rm -f
-find $(builddir) -name "*.so" | xargs rm -f
-find $(builddir) -name "*.dylib" | xargs rm -f