summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-11-23 13:19:19 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2011-11-23 13:27:53 +0100
commit1db9a2adbe5e2509d9fea9299835fc120ad6ba2b (patch)
tree7342893b002d82f03c995f80443376d87bca4d87 /Makefile
parent8595981195f8b73fb113a6da2c1449e79b9fcd11 (diff)
downloadnode-new-1db9a2adbe5e2509d9fea9299835fc120ad6ba2b.tar.gz
build: print "not yet implemented" warning on `make install`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c23b33878c..4c00d44597 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