Ayaya, why did I do that again?
git-svn-id: file:///srv/svn/repo/aya/trunk@90 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
3
Makefile
3
Makefile
@@ -4,7 +4,8 @@ GOFLAGS ?= -v -buildvcs=false -buildmode=exe -ldflags "-w -X `${GO} list`.Date=$
|
||||
PREFIX ?= /usr/local
|
||||
DATE ?= `date -u +%F`
|
||||
GOOS ?= `${GO} env GOOS`
|
||||
VERSION ?= 1.0F
|
||||
VERSION ?= 1.0F+${REV}
|
||||
REV ?= `svn info --show-item revision || git rev-list --all | wc -l`
|
||||
build:
|
||||
${GO} build ${GOFLAGS} ./cmd/aya
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user