Browse Source

Merge pull request #368 from oparoz/patch-2

Don't run target binary before get is run
pull/381/head
Simon Eisenmann 9 years ago committed by GitHub
parent
commit
dfaead90bc
  1. 5
      Makefile.am

5
Makefile.am

@ -47,7 +47,10 @@ DIST_BIN := $(DIST)/bin
all: build all: build
build: get binary assets build:
$(MAKE) get
$(MAKE) binary
$(MAKE) assets
gopath: gopath:
@echo GOPATH=$(GOPATH) @echo GOPATH=$(GOPATH)

Loading…
Cancel
Save