mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-24 01:40:24 +00:00
fix a typo
This commit is contained in:
parent
1c2b815d95
commit
00eb6725e6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ HASH = $(shell git rev-parse --short HEAD)
|
|||
build: deps tcell
|
||||
go build -ldflags "-X main.Version=$(VERSION) -X main.CommitHash=$(HASH) -X 'main.CompileDate=$(shell date -u '+%B %d, %Y')'" -o micro ./cmd/micro
|
||||
|
||||
# Builds micro after building the runtiem and checking dependencies
|
||||
# Builds micro after building the runtime and checking dependencies
|
||||
build-all: runtime build
|
||||
|
||||
# Builds micro without checking for dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue