summaryrefslogtreecommitdiff
path: root/misc/dashboard/builder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dashboard/builder/Makefile')
-rw-r--r--misc/dashboard/builder/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/misc/dashboard/builder/Makefile b/misc/dashboard/builder/Makefile
deleted file mode 100644
index 4e4d408bf..000000000
--- a/misc/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