We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7003775 commit 52c1285Copy full SHA for 52c1285
Makefile
@@ -48,7 +48,7 @@ release: clean
48
49
GOOS=linux GOARCH=arm64 go build -o ./cloudfox/cloudfox .
50
sha1sum ./cloudfox/cloudfox > ./cloudfox/sha1sum.txt
51
- zip ./cloudfox/cloudfox-linux-arm64.zip ./cloudfox/cloudfox ./cloudfox/sha1sum.txt
+ zip ./cloudfox/cloudfox-linux-arm64.zip ./cloudfox/cloudfox ./cloudfox/sha1sum.txt
52
rm -rf ./cloudfox/cloudfox ./cloudfox/sha1sum.txt
53
54
GOOS=darwin GOARCH=amd64 go build -o ./cloudfox/cloudfox .
0 commit comments