parent
9a7d8f8946
commit
a33537c799
7
Makefile
7
Makefile
|
@ -4,6 +4,13 @@ all: build debian
|
|||
|
||||
build: nocui gocui andlabs
|
||||
|
||||
download:
|
||||
go get -v go.wit.com/toolkits/debian
|
||||
go get -v go.wit.com/toolkits/tree
|
||||
go get -v go.wit.com/toolkits/nogui
|
||||
go get -v go.wit.com/toolkits/gogui
|
||||
go get -v go.wit.com/toolkits/andlabs
|
||||
|
||||
notes:
|
||||
ifeq ($(GO111MODULE),)
|
||||
@echo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# GITVERSION=$(shell git rev-parse FETCH_HEAD)
|
||||
GUIVERSION=$(shell cd ../../../lib/widget && git describe --tags $(git rev-list --tags --max-count=1) | sed 's/^v//')
|
||||
GUIVERSION=$(shell cd ../../../widget && git describe --tags $(git rev-list --tags --max-count=1) | sed 's/^v//')
|
||||
TOOLKITVERSION=$(shell git describe --tags $(git rev-list --tags --max-count=1) | sed 's/^v//')
|
||||
|
||||
VERSION=${TOOLKITVERSION}-gui-${GUIVERSION}
|
||||
|
|
Loading…
Reference in New Issue