Skip to content

Commit

Permalink
Fix trailing space in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusv committed Sep 18, 2015
1 parent 678c90e commit cb02af5
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 @@ -28,7 +28,7 @@ vet:
@echo ">> vetting code"
@$(GO) vet $(pkgs)

build:
build:
@echo ">> building binaries"
@./scripts/build.sh

Expand Down

0 comments on commit cb02af5

Please sign in to comment.