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

pull/23362/head
Ben Noordhuis 2011-11-23 13:19:19 +01:00
parent 8595981195
commit 1db9a2adbe
1 changed files with 3 additions and 0 deletions

View File

@ -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