From 605e9a58e3686d5846612bc13b14345425ea5f5d Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 3 Apr 2024 01:37:10 +0200 Subject: [PATCH] remove display commands from makefile --- app/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Makefile b/app/Makefile index 8ced80f..86f38c6 100644 --- a/app/Makefile +++ b/app/Makefile @@ -4,5 +4,3 @@ build: GOARCH=amd64 GOOS=darwin go build -o ./dist/a2 ./a2 GOARCH=amd64 GOOS=darwin go build -o ./dist/b ./b GOARCH=amd64 GOOS=darwin go build -o ./dist/control ./control - ls -al ./dist - shasum -a 256 ./dist/*