aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorMarcel van Lohuizen <mpvl@golang.org>2011-08-04 23:15:19 +0200
committerMarcel van Lohuizen <mpvl@golang.org>2011-08-04 23:15:19 +0200
commitb35d49fca158738a6469c2164eec23ba72e73d14 (patch)
tree300d50e4d6689ae24b5f34417c207911d325f183 /src/pkg/Makefile
parentd770aadee5063ecc54ca8f57fc4906972a2de033 (diff)
downloadgo-b35d49fca158738a6469c2164eec23ba72e73d14.tar.xz
exp/norm: maketables tool for generating tables for normalization.
R=r, bsiegert, r, alex.brainman CC=golang-dev https://golang.org/cl/4662080
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 7542ae7801..e09b545d8a 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -80,6 +80,7 @@ DIRS=\
exp/datafmt\
exp/gui\
exp/gui/x11\
+ exp/norm\
exp/regexp/syntax\
exp/template\
expvar\