mirror of
https://github.com/golang/go
synced 2024-11-12 10:00:25 -07:00
5b62b19d43
mostly removing forward declarations. R=r DELTA=138 (2 added, 127 deleted, 9 changed) OCL=33068 CL=33099
12 lines
265 B
Makefile
12 lines
265 B
Makefile
# 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 $(GOROOT)/src/Make.$(GOARCH)
|
|
|
|
TARG=iterable
|
|
GOFILES=\
|
|
iterable.go\
|
|
|
|
include $(GOROOT)/src/Make.pkg
|