diff --git a/.gitignore b/.gitignore index e4c28eb..fc60875 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -vendor/ -/ooni +/vendor +/dist *.njson diff --git a/Makefile b/Makefile index b605179..56f819c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ GO ?= go build: @echo "Building ./ooni" - @$(GO) build -i -o ooni cmd/ooni/main.go + @$(GO) build -i -o dist/ooni cmd/ooni/main.go .PHONY: build bindata: