From 131bc4eb3b9808c6d9199ea71f69daad7f443e99 Mon Sep 17 00:00:00 2001 From: Michael Dvorkin Date: Thu, 15 Aug 2013 10:54:46 -0700 Subject: [PATCH] Added [build] to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0842e36..1560873 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ run: go run ./cmd/mop.go +build: + go build ./cmd/mop.go + install: go install github.com/michaeldv/cmd/mop