Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex committed Oct 14, 2018
1 parent 8b892ed commit 0288798
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 @@ -13,7 +13,7 @@ build: install vet generate test compile

compile:
go build -v -o ${DIR_BIN}/ferret \
-ldflags "-X main.Version=${VERSION}" \
-ldflags "-X main.version=${VERSION}" \
./main.go

install:
Expand Down

0 comments on commit 0288798

Please sign in to comment.