1
0
mirror of https://github.com/golang/go synced 2024-10-05 12:21:22 -06:00
go/src/pkg/archive/zip/Makefile
2010-09-30 11:59:46 +10:00

13 lines
262 B
Makefile

# Copyright 2010 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=archive/zip
GOFILES=\
reader.go\
struct.go\
include ../../../Make.pkg