Fix the assets make target
Presumable, it broke with the introduction of Go modules Signed-off-by: beorn7 <beorn@soundcloud.com>
This commit is contained in:
parent
571caec278
commit
a25d748da3
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ PRECHECK_OPTIONS_bzr = version
|
|||
build-all: assets apiv2 build
|
||||
|
||||
assets: ui/app/script.js ui/app/index.html ui/app/lib template/default.tmpl
|
||||
cd $(PREFIX)/asset && $(GO) generate
|
||||
GO111MODULE=$(GO111MODULE) $(GO) generate ./asset
|
||||
@$(GOFMT) -w ./asset
|
||||
|
||||
ui/app/script.js: $(shell find ui/app/src -iname *.elm) api/v2/openapi.yaml
|
||||
|
|
Loading…
Reference in New Issue