mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
Makefile: Fetch tags with --force (#3448)
This commit is contained in:
2
Makefile
2
Makefile
@@ -32,7 +32,7 @@ install: generate
|
|||||||
install-all: install
|
install-all: install
|
||||||
|
|
||||||
fetch-tags:
|
fetch-tags:
|
||||||
git fetch --tags
|
git fetch --tags --force
|
||||||
|
|
||||||
generate:
|
generate:
|
||||||
GOOS=$(shell go env GOHOSTOS) GOARCH=$(shell go env GOHOSTARCH) go generate ./runtime
|
GOOS=$(shell go env GOHOSTOS) GOARCH=$(shell go env GOHOSTARCH) go generate ./runtime
|
||||||
|
|||||||
Reference in New Issue
Block a user