Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
miolini authored Feb 14, 2017
1 parent 41a032c commit 9e06649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ clean:
rm -rf $(TARGET)

depends:
go get -u -v
go get -v

build:
go build -v -o $(TARGET) *.go
Expand Down

0 comments on commit 9e06649

Please sign in to comment.