Skip to content

Commit b86f3a3

Browse files
author
Stephan Dilly
committed
print bundled size after build
1 parent c6eb066 commit b86f3a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ release-mac: build-release
1111
strip target/release/gitui
1212
mkdir -p release
1313
tar -C ./target/release/ -czvf ./release/gitui-mac.tar.gz ./gitui
14+
ls -lisah ./release/gitui-mac.tar.gz
1415

1516
release-win: build-release
1617
mkdir -p release

0 commit comments

Comments
 (0)