Browse Source

Fix trailing space in Makefile.

pull/1098/head
Julius Volz 9 years ago
parent
commit
cb02af5747
  1. 2
      Makefile

2
Makefile

@ -28,7 +28,7 @@ vet:
@echo ">> vetting code"
@$(GO) vet $(pkgs)
build:
build:
@echo ">> building binaries"
@./scripts/build.sh

Loading…
Cancel
Save