Skip to content

Commit

Permalink
few makefile tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
esell committed Sep 28, 2018
1 parent 101aa5d commit aeb4eb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ test:
go test -v
clean:
go clean
rm -r release
rm -rf release
build:
dep ensure
go build -o $(BINARY)

.PHONY: release
Expand Down

0 comments on commit aeb4eb1

Please sign in to comment.