summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b32aea6..c847e78 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,13 @@ all: icon locales build
# go build
#########################################################################
+install_go:
+ # the version of go in bionic is too old. let's get something newer from a ppa.
+ @sudo add-apt-repository ppa:longsleep/golang-backports
+ @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