From d9e60b31d2a902ec061daf484519020a01f4b6a7 Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Sun, 25 Sep 2016 03:54:55 +0200 Subject: [PATCH] Don't run target binary before get is run Fixes #367 --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 533b1b12..6d288d33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,10 @@ DIST_BIN := $(DIST)/bin all: build -build: get binary assets +build: + $(MAKE) get + $(MAKE) binary + $(MAKE) assets gopath: @echo GOPATH=$(GOPATH)