Browse Source

Don't run target binary before get is run

Fixes #367
pull/368/head
Olivier Paroz 9 years ago committed by GitHub
parent
commit
d9e60b31d2
  1. 5
      Makefile.am

5
Makefile.am

@ -47,7 +47,10 @@ DIST_BIN := $(DIST)/bin @@ -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)

Loading…
Cancel
Save