go.tools/dashboard/builder: remove redundant makefile

LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/95410043
This commit is contained in:
Chris Manghane 2014-05-14 16:34:51 -07:00
parent 61c5c64029
commit ce3f450b0d
1 changed files with 0 additions and 9 deletions

View File

@ -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