Commit 93f97ca2 authored by Anschel Schaffer-Cohen's avatar Anschel Schaffer-Cohen Committed by Russ Cox

doc/code.html: fix reference to "gomake build"

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/3288042
parent d90d0ede
......@@ -192,7 +192,7 @@ GOFILES=\
include $(GOROOT)/src/Make.cmd
</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
directory.
</p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment