Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
build: update 'make install' warning message
  • Loading branch information
bnoordhuis committed Dec 14, 2011
1 parent 06a22e2 commit bdd19ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -11,7 +11,8 @@ out/Makefile: common.gypi deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/z
tools/gyp_node -f make

install uninstall:
@echo '`make $(@)` is not implemented yet. Bug bnoordhuis about it in #node.js'
@echo '`make $(@)` is being reworked, please use the latest stable tag.'
@echo 'Git users, type `git checkout -b v0.6` now.'

clean:
rm -rf out
Expand Down

0 comments on commit bdd19ab

Please sign in to comment.