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:
commit
e407cd3eda
2
Makefile
2
Makefile
@ -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)" \
|
||||
|
Loading…
Reference in New Issue
Block a user