diff options
| author | Andrew Gerrand <adg@golang.org> | 2011-06-04 12:45:09 +1000 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2011-06-04 12:45:09 +1000 |
| commit | c2cea4418a0f2cdf90f232581dd60dd7975d73c3 (patch) | |
| tree | 2561f3e73da92c2b436028ca71bf249bf9df2e44 /src/pkg/Makefile | |
| parent | 7a92287a4812853e4591e7054dd9b1bcf25f2066 (diff) | |
| download | go-c2cea4418a0f2cdf90f232581dd60dd7975d73c3.tar.xz | |
go/build: new package for building go programs
R=rsc
CC=golang-dev
https://golang.org/cl/4433047
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index fc5548e98e..453232cb3e 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -84,6 +84,7 @@ DIRS=\ flag\ fmt\ go/ast\ + go/build\ go/doc\ go/parser\ go/printer\ |
