about summary refs log tree commit diff
path: root/users/fcuny/exp/monkey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/exp/monkey/Makefile')
-rw-r--r--users/fcuny/exp/monkey/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/fcuny/exp/monkey/Makefile b/users/fcuny/exp/monkey/Makefile
new file mode 100644
index 0000000..61168f3
--- /dev/null
+++ b/users/fcuny/exp/monkey/Makefile
@@ -0,0 +1,4 @@
+test:
+	go test -v ./...
+
+.phony: test