Skip to content

Commit

Permalink
Merge pull request #51 from cashapp/override-zipped-binary
Browse files Browse the repository at this point in the history
Override zipped binary when running `make release`
  • Loading branch information
yoavamit authored Aug 7, 2024
2 parents d96d43f + 6ed86c7 commit aec6157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ release: pivit
(\
set -e ;\
cp -f pivit $(EXE) ;\
gzip -9 $(EXE) ;\
gzip -f -9 $(EXE) ;\
)

#
Expand Down

0 comments on commit aec6157

Please sign in to comment.