Fix make all
Add build-ui as dependent target for all. Otherwise it does not build >_< Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
4ecb919787
commit
4ac18f1989
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ print-%: ; @echo $*=$($*)
|
|||
|
||||
default: binary
|
||||
|
||||
all: build
|
||||
all: build-webui build
|
||||
$(DOCKER_RUN_TRAEFIK) ./script/make.sh
|
||||
|
||||
binary: build-webui generate-webui build
|
||||
|
|
Loading…
Reference in a new issue