Browse Source

build: print "not yet implemented" warning on `make install`

v0.7.4-release
Ben Noordhuis 13 years ago
parent
commit
1db9a2adbe
  1. 3
      Makefile

3
Makefile

@ -9,6 +9,9 @@ out/Release/node: all
out/Makefile: node.gyp deps/uv/uv.gyp
install uninstall:
@echo '`make $(@)` is not implemented yet. Bug bnoordhuis about it in #node.js'
clean:
rm -rf out

Loading…
Cancel
Save