Browse Source

Delete libv8 in 'make clean'

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
ef9e716fd1
  1. 2
      Makefile

2
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

Loading…
Cancel
Save