Skip to content

Commit d9e60b3

Browse files
authored
Don't run target binary before get is run
Fixes #367
1 parent 9bb8426 commit d9e60b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile.am

+4-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ DIST_BIN := $(DIST)/bin
4747

4848
all: build
4949

50-
build: get binary assets
50+
build:
51+
$(MAKE) get
52+
$(MAKE) binary
53+
$(MAKE) assets
5154

5255
gopath:
5356
@echo GOPATH=$(GOPATH)

0 commit comments

Comments
 (0)