diff --git a/Makefile b/Makefile index b904d4e9..6dbae493 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ build-release: cargo build --release strip target/release/gitui ls -lisah target/release/gitui + tar -C ./target/release/ -czvf ./target/gitui-mac.tar.gz ./gitui + ls -lisah ./target/gitui-mac.tar.gz + shasum -a 256 ./target/gitui-mac.tar.gz | awk '{printf $1}' test: cargo test --workspace