mirror of
https://github.com/golang/go
synced 2024-11-21 14:44:40 -07:00
doc/code.html: fix reference to "gomake build"
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/3288042
This commit is contained in:
parent
d90d0ede3f
commit
93f97ca235
@ -192,7 +192,7 @@ GOFILES=\
|
|||||||
include $(GOROOT)/src/Make.cmd
|
include $(GOROOT)/src/Make.cmd
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>Running <code>gomake build</code> will compile <code>helloworld.go</code>
|
<p>Running <code>gomake</code> will compile <code>helloworld.go</code>
|
||||||
and produce an executable named <code>helloworld</code> in the current
|
and produce an executable named <code>helloworld</code> in the current
|
||||||
directory.
|
directory.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user