summaryrefslogtreecommitdiff
path: root/misc/goplay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/goplay/Makefile')
-rw-r--r--misc/goplay/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/misc/goplay/Makefile b/misc/goplay/Makefile
index 28d024511..a6db75ac3 100644
--- a/misc/goplay/Makefile
+++ b/misc/goplay/Makefile
@@ -2,12 +2,5 @@
# 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=goplay
-
-GOFILES=\
- goplay.go\
-
-include ../../src/Make.cmd
-
+goplay: goplay.go
+ go build goplay.go