diff --git a/Makefile b/Makefile index c23b33878c1..4c00d44597f 100644 --- a/Makefile +++ b/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