Browse Source

Merge branch 'master' into develop

pull/374/head
Simon Eisenmann 9 years ago
parent
commit
67abde9cc2
  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