From 2e79ac44601ce1bd871a779765f60cefd802a395 Mon Sep 17 00:00:00 2001 From: xuu Date: Sun, 15 Oct 2023 08:56:58 -0600 Subject: [PATCH] chore: add ignore --- .gitignore | 1 + Makefile | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 ./...