From 5c2a1e0d039961739a68d3ab7174ddce4a1967db Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Fri, 30 Mar 2018 16:35:43 -0700 Subject: [PATCH] build --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index aad8cd8..a0fa92f 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,6 @@ all: run: go run cointop.go keybindings.go + +build: + go build