From: Anschel Schaffer-Cohen Date: Mon, 29 Nov 2010 17:17:28 +0000 (-0800) Subject: doc/code.html: fix reference to "gomake build" X-Git-Tag: weekly.2010-12-02~27 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=93f97ca235095efd5aa5f1fce654509c8d8c231a;p=gostls13.git doc/code.html: fix reference to "gomake build" R=golang-dev, rsc CC=golang-dev https://golang.org/cl/3288042 --- diff --git a/doc/code.html b/doc/code.html index a5783ce740..55afe09af3 100644 --- a/doc/code.html +++ b/doc/code.html @@ -192,7 +192,7 @@ GOFILES=\ include $(GOROOT)/src/Make.cmd -

Running gomake build will compile helloworld.go +

Running gomake will compile helloworld.go and produce an executable named helloworld in the current directory.