mirror of
https://github.com/golang/go
synced 2024-11-19 02:04:42 -07:00
34f2f68354
Also add -v for verbose logging. R=rsc, gri, r, r2 CC=golang-dev https://golang.org/cl/4172056
16 lines
295 B
Makefile
16 lines
295 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 ../../../src/Make.inc
|
|
|
|
TARG=gobuilder
|
|
GOFILES=\
|
|
exec.go\
|
|
hg.go\
|
|
http.go\
|
|
main.go\
|
|
package.go\
|
|
|
|
include ../../../src/Make.cmd
|