Files
realDynDNS/Makefile
2024-04-01 11:44:53 +02:00

9 lines
91 B
Makefile

test:
go test ./pkg/... -coverprofile=coverage.out
build:
go build
lint:
golint ./...