Add info output tp Makefile

This commit is contained in:
Jan Eitzinger 2022-09-26 13:51:03 +02:00
parent 066194121b
commit 90425021ad

View File

@ -43,6 +43,7 @@ test:
@go test ./...
$(SVELTE_TARGETS): $(SVELTE_SRC)
$(info ===> BUILD frontend)
cd web/frontend && yarn build
$(VAR):