1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-07-27 06:36:07 +02:00

Add info output tp Makefile

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

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