From d3ef56c4eb004a537754968d53a923432464e46b Mon Sep 17 00:00:00 2001
From: gjahn <gregor.jahn@bht-berlin.de>
Date: Wed, 20 Dec 2023 00:26:39 +0100
Subject: [PATCH] Calculate checksum after executing make target 'build-linux'

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 8f34902..075f8a0 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,7 @@ build-linux: export GOOS := linux
 build-linux: export GOARCH := amd64
 build-linux: export CGO_ENABLED := 0
 build-linux: $(BIN_DIR)/artifact.bin
+	sha256sum $(BIN_DIR)/artifact.bin
 
 
 .PHONY: test
-- 
GitLab