diff --git a/.gitignore b/.gitignore index ef1aab0..ba66aee 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ tools +sour.is-tools diff --git a/Makefile b/Makefile index 24577b8..9bc0380 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ export PATH:=$(shell go env GOPATH)/bin:$(PATH) export EV_DATA=mem: -export EV_HTTP=:8080 +export EV_HTTP=:8085 export WEBFINGER_DOMAINS=localhost .DEFAULT_GOAL := air @@ -15,7 +15,7 @@ endif air . run: - go build . && ./tools + go build -buildvcs=true -o sour.is-tools ./cmd/ev && ./sour.is-tools test: go test -cover -race ./...