Skip to content

Commit

Permalink
Don't create bin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Kidder committed Apr 28, 2015
1 parent 5a41b2a commit 92a3b1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ godep:
godep-save:
godep save ./...
build:
if [ ! -d bin ]; then mkdir bin; fi
$(GO) build -v ./...
fmt:
$(GO) fmt ./...
Expand Down

0 comments on commit 92a3b1e

Please sign in to comment.