summaryrefslogtreecommitdiff
path: root/src/pkg/time/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/time/Makefile')
-rw-r--r--src/pkg/time/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pkg/time/Makefile b/src/pkg/time/Makefile
new file mode 100644
index 000000000..cba58e4e0
--- /dev/null
+++ b/src/pkg/time/Makefile
@@ -0,0 +1,9 @@
+# Copyright 2013 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.
+
+genzabbrs: genzabbrs.go
+ go build genzabbrs.go
+
+windows: genzabbrs
+ ./genzabbrs | gofmt >zoneinfo_abbrs_windows.go