diff options
Diffstat (limited to 'src/pkg/encoding/hex/Makefile')
| -rw-r--r-- | src/pkg/encoding/hex/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pkg/encoding/hex/Makefile b/src/pkg/encoding/hex/Makefile new file mode 100644 index 0000000000..bcfed2d45a --- /dev/null +++ b/src/pkg/encoding/hex/Makefile @@ -0,0 +1,11 @@ +# Copyright 2009 The Go Authors. All rights reserved. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file. + +include $(GOROOT)/src/Make.$(GOARCH) + +TARG=encoding/hex +GOFILES=\ + hex.go\ + +include $(GOROOT)/src/Make.pkg |
