1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-23 05:39:03 +08:00

Merge branch 'master' of github.com:zu1k/nali

This commit is contained in:
zu1k 2020-07-17 12:12:28 +08:00
commit e407cd3eda

View File

@ -1,6 +1,6 @@
NAME=nali
BINDIR=bin
VERSION=$(hell git describe --tags || echo "unknown version")
VERSION=$(shell git describe --tags || echo "unknown version")
BUILDTIME=$(shell date -u)
GOBUILD=CGO_ENABLED=0 go build -trimpath -ldflags '-X "github.com/zu1k/nali/constant.Version=$(VERSION)" \
-X "github.com/zu1k/nali/constant.BuildTime=$(BUILDTIME)" \