Don't rm su3's anymore

This commit is contained in:
idk
2021-12-12 00:04:09 -05:00
parent 7b27889b3b
commit c9c938911d

View File

@ -235,7 +235,7 @@ upload-bin:
rm-su3s:
rm *.su3 -f
download-su3s: rm-su3s
download-su3s:
GOOS=darwin GOARCH=amd64 make download-single-su3
GOOS=darwin GOARCH=arm64 make download-single-su3
GOOS=linux GOARCH=386 make download-single-su3