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