From ce3f450b0d50e943975651be680af6fb187df3b8 Mon Sep 17 00:00:00 2001 From: Chris Manghane Date: Wed, 14 May 2014 16:34:51 -0700 Subject: [PATCH] go.tools/dashboard/builder: remove redundant makefile LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/95410043 --- dashboard/builder/Makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 dashboard/builder/Makefile diff --git a/dashboard/builder/Makefile b/dashboard/builder/Makefile deleted file mode 100644 index 4e4d408b..00000000 --- a/dashboard/builder/Makefile +++ /dev/null @@ -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