diff options
Diffstat (limited to 'src/pkg/unicode/Makefile')
-rw-r--r-- | src/pkg/unicode/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/pkg/unicode/Makefile b/src/pkg/unicode/Makefile deleted file mode 100644 index 33b06ca10..000000000 --- a/src/pkg/unicode/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -maketables: maketables.go - go build maketables.go - -tables: maketables - ./maketables --tables=all > tables.go - gofmt -w tables.go - -# Downloads from www.unicode.org, so not part -# of standard test scripts. -testtables: maketables - @echo '***' Be sure to make tables and go install first - ./maketables -test |