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

This commit is contained in:
2024-08-10 14:32:22 +02:00
parent 9db1101963
commit 724a1f2a61

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 ./...