Compare commits

...

2 Commits

Author SHA1 Message Date
Jeffrey Paul 20d4f1bdc7 add bin/ dir 2024-06-09 07:53:46 -07:00
Jeffrey Paul de48e9ae24 update .gitignore and makefile 2024-06-09 07:53:11 -07:00
3 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

0
bin/.keep Normal file
View File