aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorNigel Tao <nigeltao@golang.org>2011-02-23 20:52:43 +1100
committerNigel Tao <nigeltao@golang.org>2011-02-23 20:52:43 +1100
commit658447ab6643e95ccb912ab033e65edcd902e419 (patch)
treeb50761904dd9e6fb2b6c4d6b4b26adb7d444503f /src/pkg/Makefile
parentb8fa61885ad076081a42231ae50fe374dceff500 (diff)
downloadgo-658447ab6643e95ccb912ab033e65edcd902e419.tar.xz
compress/lzw: implement a decoder.
R=rsc CC=bsiegert, golang-dev, mpl https://golang.org/cl/4182081
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 177bfdc23a..55340b84fa 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -23,6 +23,7 @@ DIRS=\
cmath\
compress/flate\
compress/gzip\
+ compress/lzw \
compress/zlib\
container/heap\
container/list\