mullvadclosest/Makefile

8 lines
93 B
Makefile

default: build
build:
@go build -o bin/ ./...
run:
sudo go run ./cmd/mullvadclosest/*.go