Fix makefiles

This commit is contained in:
Zachary Yedidia
2016-03-22 18:19:28 -04:00
parent a5b0befba1
commit 7184b92488
2 changed files with 4 additions and 12 deletions

View File

@@ -1,8 +0,0 @@
build:
go get ./...
go build -o micro
install:
go get ./...
go build -o micro
mv micro $(GOBIN)