diff options
Diffstat (limited to 'src/pkg/utf8/Makefile')
-rw-r--r-- | src/pkg/utf8/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/pkg/utf8/Makefile b/src/pkg/utf8/Makefile new file mode 100644 index 000000000..b3574ba3b --- /dev/null +++ b/src/pkg/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 |