aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-12-04 10:11:32 -0800
committerRuss Cox <rsc@golang.org>2009-12-04 10:11:32 -0800
commit609eeee81737deba01c9d6d459fb5e8483d336ab (patch)
tree9fae702059ee9f94f2bc731ad4f4801ce188208a /src/pkg/Makefile
parent11384eecf8933b6c658f98ab95a1acf62c52aa39 (diff)
downloadgo-609eeee81737deba01c9d6d459fb5e8483d336ab.tar.xz
make Native Client support build again,
add README explaining how to try the web demos. Fixes #339. R=r CC=barry.d.silverman, bss, vadim https://golang.org/cl/165057
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index dd2a8584e8..7643bee955 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -50,6 +50,7 @@ DIRS=\
encoding/pem\
exec\
exp/datafmt\
+ exp/draw\
exp/eval\
exp/exception\
exp/iterable\
@@ -105,6 +106,7 @@ DIRS=\
NOTEST=\
debug/proc\
+ exp/draw\
go/ast\
go/doc\
go/token\