From 8c8da45100f30cbd68d3a1b6733e8e3f6ab6ebde Mon Sep 17 00:00:00 2001 From: dake Date: Thu, 22 Oct 2015 23:36:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eBook/09.8.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eBook/09.8.md b/eBook/09.8.md index d473107..561a4d9 100755 --- a/eBook/09.8.md +++ b/eBook/09.8.md @@ -114,12 +114,12 @@ func main() { 另外复制 uc.a 到 uc 目录并创建一个 Makefile(2) 并写入文本: ``` - include $GOROOT/src/Make.inc - TARG=ucmain - GOFILES=\ - ucmain.go\ +include $GOROOT/src/Make.inc +TARG=ucmain +GOFILES=\ + ucmain.go\ - include $GOROOT/src/Make.cmd +include $GOROOT/src/Make.cmd ``` 执行 gomake 编译 `ucmain.go` 到 ucmain 目录