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

This commit is contained in:
Ben Noordhuis
2011-11-23 13:19:19 +01:00
parent 8595981195
commit 1db9a2adbe

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