Skip to content

Commit

Permalink
make: ignore errors gz cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yields committed Oct 19, 2022
1 parent 2afd83b commit bb74799
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 @@ -7,7 +7,7 @@ dist:
@gox \
--osarch "darwin/amd64 darwin/arm64 linux/amd64 linux/arm" \
--output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"
rm dist/*.gz
rm -f dist/*.gz
ls dist/* | while read i; do gzip $$i; done

clean:
Expand Down

0 comments on commit bb74799

Please sign in to comment.