go.tools/dashboard/builder: remove redundant makefile
LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/95410043
This commit is contained in:
parent
61c5c64029
commit
ce3f450b0d
|
@ -1,9 +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.
|
|
||||||
|
|
||||||
builder: $(shell ls *.go)
|
|
||||||
go build -o $@ $^
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -f builder
|
|
Loading…
Reference in New Issue