default: build

build:
	@go build -o bin/ ./...

run:
	sudo go run ./cmd/mullvadclosest/*.go