mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
Fix makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -2,8 +2,10 @@
|
|||||||
|
|
||||||
VERSION = "$(shell git rev-parse --short HEAD)"
|
VERSION = "$(shell git rev-parse --short HEAD)"
|
||||||
|
|
||||||
build: runtime tcell
|
deps:
|
||||||
go get -d ./cmd/micro
|
go get -d ./cmd/micro
|
||||||
|
|
||||||
|
build: deps runtime tcell
|
||||||
go build -ldflags "-X main.Version=$(VERSION)" -o micro ./cmd/micro
|
go build -ldflags "-X main.Version=$(VERSION)" -o micro ./cmd/micro
|
||||||
|
|
||||||
install: build
|
install: build
|
||||||
|
|||||||
Reference in New Issue
Block a user