Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit f37bb90

Browse files
committed
update
1 parent fd095e2 commit f37bb90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ build: banner lint
2828
@go build \
2929
-ldflags "-X main.Build=${SHA}" \
3030
-o bin/${NAME} .
31+
@echo "[*] Done building $(NAME)..."
3132

3233
banner: deps
3334
@echo "Project: $(NAME)"

0 commit comments

Comments
 (0)