mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-03-02 16:12:25 +00:00
Update version string format in Makefile and code files to use 'v' prefix
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@ APP_NAME := node
|
||||
BIN_DIR := bin
|
||||
GOPATH := $(shell go env GOPATH)
|
||||
export CONFIG_PATH := ./config.yaml
|
||||
LDFLAGS := -X 'github.com/akyaiy/GoSally-mvp/core/config.NodeVersion=version0.0.1-dev'
|
||||
LDFLAGS := -X 'github.com/akyaiy/GoSally-mvp/core/config.NodeVersion=v0.0.1-dev'
|
||||
CGO_CFLAGS := -I/usr/local/include
|
||||
CGO_LDFLAGS := -L/usr/local/lib -llua5.1 -lm -ldl
|
||||
.PHONY: all build run runq test fmt vet lint check clean
|
||||
|
||||
Reference in New Issue
Block a user