mirror of https://github.com/liamg/aminal.git
Update Makefile
This commit is contained in:
parent
6c3252e47c
commit
bf90bfb334
3
Makefile
3
Makefile
|
@ -12,8 +12,7 @@ test:
|
||||||
go vet -v
|
go vet -v
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: build install-tools
|
install: build
|
||||||
packr -v
|
|
||||||
go install -ldflags "-X github.com/liamg/aminal/version.Version=`git describe --tags`"
|
go install -ldflags "-X github.com/liamg/aminal/version.Version=`git describe --tags`"
|
||||||
|
|
||||||
.PHONY: install-tools
|
.PHONY: install-tools
|
||||||
|
|
Loading…
Reference in New Issue