build: print "not yet implemented" warning on `make install`
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 23 Nov 2011 12:19:19 +0000 (13:19 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 23 Nov 2011 12:27:53 +0000 (13:27 +0100)
Makefile

index c23b338..4c00d44 100644 (file)
--- 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