diff options
| author | Nigel Tao <nigeltao@golang.org> | 2011-02-23 20:52:43 +1100 |
|---|---|---|
| committer | Nigel Tao <nigeltao@golang.org> | 2011-02-23 20:52:43 +1100 |
| commit | 658447ab6643e95ccb912ab033e65edcd902e419 (patch) | |
| tree | b50761904dd9e6fb2b6c4d6b4b26adb7d444503f /src/pkg/Makefile | |
| parent | b8fa61885ad076081a42231ae50fe374dceff500 (diff) | |
| download | go-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/Makefile | 1 |
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\ |
