update .gitignore and makefile

This commit is contained in:
Jeffrey Paul 2024-06-09 07:53:11 -07:00
parent 2b16955b18
commit de48e9ae24
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
cmd/mullvadclosest/mullvadclosest
bin

View File

@ -2,3 +2,6 @@ default: build
build:
@go build -o bin/ ./...
run:
sudo go run ./cmd/mullvadclosest/*.go