diff options
Diffstat (limited to 'src/pkg/unicode/utf8/Makefile')
| -rw-r--r-- | src/pkg/unicode/utf8/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/pkg/unicode/utf8/Makefile b/src/pkg/unicode/utf8/Makefile new file mode 100644 index 0000000000..4ffc31f08a --- /dev/null +++ b/src/pkg/unicode/utf8/Makefile @@ -0,0 +1,12 @@ +# 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 ../../../Make.inc + +TARG=utf8 +GOFILES=\ + string.go\ + utf8.go\ + +include ../../../Make.pkg |
