From 4ac18f198973c8bdad7c3a7300bf308646e1ea18 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 9 Feb 2016 23:18:06 +0100 Subject: [PATCH] Fix make all Add build-ui as dependent target for all. Otherwise it does not build >_< Signed-off-by: Vincent Demeester --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d376b004..e9d9ada15 100644 --- a/Makefile +++ b/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