1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-09-16 09:06:36 +02:00

Updated Makefile

This commit is contained in:
Tim Voronov
2018-10-13 22:00:29 -04:00
parent 8b892edb8e
commit 0288798a5f

View File

@@ -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: