Skip to content

Commit c8b2312

Browse files
committed
A pinch of gzipping
1 parent e343206 commit c8b2312

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
@@ -10,6 +10,7 @@ release:
1010
GOOS=windows GOARCH=386; go build -o builds/rkd-$$GOOS-$$GOARCH
1111
GOOS=freebsd GOARCH=386; go build -o builds/rkd-$$GOOS-$$GOARCH
1212
GOOS=freebsd GOARCH=amd64; go build -o builds/rkd-$$GOOS-$$GOARCH
13+
cd builds && find . -type f ! -name '*.gz' -exec gzip "{}" \;
1314
ls -la builds/*
1415
install: build
1516
sudo mv rkd /usr/local/bin

0 commit comments

Comments
 (0)