summaryrefslogtreecommitdiff
path: root/misc/goplay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/goplay/Makefile')
-rw-r--r--misc/goplay/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/goplay/Makefile b/misc/goplay/Makefile
new file mode 100644
index 000000000..28d024511
--- /dev/null
+++ b/misc/goplay/Makefile
@@ -0,0 +1,13 @@
+# Copyright 2010 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.
+
+include ../../src/Make.inc
+
+TARG=goplay
+
+GOFILES=\
+ goplay.go\
+
+include ../../src/Make.cmd
+