We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e343206 commit c8b2312Copy full SHA for c8b2312
Makefile
@@ -10,6 +10,7 @@ release:
10
GOOS=windows GOARCH=386; go build -o builds/rkd-$$GOOS-$$GOARCH
11
GOOS=freebsd GOARCH=386; go build -o builds/rkd-$$GOOS-$$GOARCH
12
GOOS=freebsd GOARCH=amd64; go build -o builds/rkd-$$GOOS-$$GOARCH
13
+ cd builds && find . -type f ! -name '*.gz' -exec gzip "{}" \;
14
ls -la builds/*
15
install: build
16
sudo mv rkd /usr/local/bin
0 commit comments