Files
dns-autoresolver/Makefile
T

8 lines
72 B
Makefile

.PHONY: test
test:
go test ./...
.PHONY: build
build:
go build ./...