Index: src/pkg/compress/lzw/Makefile |
=================================================================== |
--- a/src/pkg/compress/lzw/Makefile |
+++ b/src/pkg/compress/lzw/Makefile |
@@ -7,5 +7,6 @@ |
TARG=compress/lzw |
GOFILES=\ |
reader.go\ |
+ writer.go\ |
include ../../../Make.pkg |