chore: remove cruft
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se 2024-08-10 14:32:22 +02:00
parent 9db1101963
commit 724a1f2a61
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -16,21 +16,9 @@ format:
build: check
@go build $(ALLFLAGS) .
install:
@go install $(ALLFLAGS) .
test:
@go test ./... -cover -v
clean:
@rm ./$(PROG)
upx:
@upx --lzma ./$(PROG)
release:
@goreleaser release --snapshot --clean
deps:
@go get -t -u ./...