1
0
Fork 0
mirror of https://github.com/Luzifer/s3sync.git synced 2024-10-18 06:24:20 +00:00
s3sync/Makefile
Knut Ahlers 627fe09bac
Breaking: Refactor, update deps, add MinIO support
- Drop MD5 checksumming
- Replace logging to stdout
- Add Endpoint flag for MinIO support
- Switch to Go modules support

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-06-09 16:56:51 +02:00

8 lines
163 B
Makefile

default:
lint:
golangci-lint run ./...
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh