diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2011-11-23 13:19:19 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2011-11-23 13:27:53 +0100 |
commit | 1db9a2adbe5e2509d9fea9299835fc120ad6ba2b (patch) | |
tree | 7342893b002d82f03c995f80443376d87bca4d87 /Makefile | |
parent | 8595981195f8b73fb113a6da2c1449e79b9fcd11 (diff) | |
download | node-new-1db9a2adbe5e2509d9fea9299835fc120ad6ba2b.tar.gz |
build: print "not yet implemented" warning on `make install`
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |