summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f1df601..0023324 100644
--- a/Makefile
+++ b/Makefile
@@ -7,12 +7,12 @@
TAGS ?= gtk_3_18
+XBUILD ?= no
+SKIP_CACHECK ?= no
PROVIDER ?= $(shell grep ^'provider =' branding/config/vendor.conf | cut -d '=' -f 2 | tr -d "[:space:]")
PROVIDER_CONFIG ?= branding/config/vendor.conf
DEFAULT_PROVIDER = branding/assets/default/
VERSION ?= $(shell git describe)
-XBUILD ?= no
-SKIP_CACHECK ?= no
# go paths
GOPATH = $(shell go env GOPATH)
@@ -40,7 +40,6 @@ install_go:
@sudo apt-get update
@sudo apt-get install golang-go
-
depends:
-@make depends$(UNAME)
@go get -u golang.org/x/text/cmd/gotext github.com/cratonica/2goarray