summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b59f98..9c86e07 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ TAGS ?= gtk_3_18
all: icon locales get build
get:
- go get -tags $(TAGS) . ./standalone
+ go get -tags $(TAGS) ./...
+ go get -tags "$(TAGS) standalone" ./...
build:
go build -tags $(TAGS) -ldflags "-X main.version=`git describe --tags`"