Update Makefile

This commit is contained in:
Liam Galvin 2018-12-06 13:38:13 +00:00 committed by GitHub
parent 6c3252e47c
commit bf90bfb334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ test:
go vet -v
.PHONY: install
install: build install-tools
packr -v
install: build
go install -ldflags "-X github.com/liamg/aminal/version.Version=`git describe --tags`"
.PHONY: install-tools