fix type in make file

This commit is contained in:
Preetha Appan 2017-06-28 09:48:00 -05:00
parent f2f9a7621f
commit d5d79d0ad3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ dev:
cp $(GOPATH)/bin/consul bin/
cp $(GOPATH)/bin/consul pkg/$(GOOS)_$(GOARCH)
# linux builds a linux package indpendent of the source platform
# linux builds a linux package independent of the source platform
linux:
mkdir -p pkg/linux_amd64/
GOOS=linux GOARCH=amd64 go build -ldflags '$(GOLDFLAGS)' -tags '$(GOTAGS)' -o pkg/linux_amd64/consul