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:
Vincent Demeester 2016-02-09 23:18:06 +01:00
parent 4ecb919787
commit 4ac18f1989

View file

@ -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