mirror of https://github.com/fluffle/goirc
Use gomake instead of make
Pre recommendation at http://golang.org/doc/install.html#environment
This commit is contained in:
parent
9bff4888e1
commit
8b2e766fe8
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue