From 90425021ad7cec1d6046404eaa74f191f2f7afe4 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Mon, 26 Sep 2022 13:51:03 +0200 Subject: [PATCH] Add info output tp Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index aac0e1e..6bc9de1 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ test: @go test ./... $(SVELTE_TARGETS): $(SVELTE_SRC) + $(info ===> BUILD frontend) cd web/frontend && yarn build $(VAR):