Use gomake instead of make

Pre recommendation at http://golang.org/doc/install.html#environment
This commit is contained in:
raylu 2011-04-09 00:37:37 -04:00
parent 9bff4888e1
commit 8b2e766fe8
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ Assuming you have go set up (http://golang.org/),
cd rbot cd rbot
git submodule init git submodule init
git submodule update git submodule update
make -C client install gomake -C client install
make -C goconfig install gomake -C goconfig install
make gomake
rbot.conf and auth.conf will be copied. Configure those and then run the bot: rbot.conf and auth.conf will be copied. Configure those and then run the bot: