mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-29 12:20:24 +00:00
Fix makefile
This commit is contained in:
parent
568f638e70
commit
bbda5d59d0
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -2,8 +2,10 @@
|
|||
|
||||
VERSION = "$(shell git rev-parse --short HEAD)"
|
||||
|
||||
build: runtime tcell
|
||||
deps:
|
||||
go get -d ./cmd/micro
|
||||
|
||||
build: deps runtime tcell
|
||||
go build -ldflags "-X main.Version=$(VERSION)" -o micro ./cmd/micro
|
||||
|
||||
install: build
|
||||
|
|
|
|||
Loading…
Reference in a new issue