From e118d06985b5c2dfd9a11896747bb49e367c6989 Mon Sep 17 00:00:00 2001 From: Jon Lundy Date: Fri, 14 Oct 2022 09:47:02 -0600 Subject: [PATCH] chore: update make and ignore --- .gitignore | 1 + Makefile | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c7d5594..cbc939c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ data/ local.mk logzio.yml tmp/ +ev diff --git a/Makefile b/Makefile index 4f7cbc8..e3072ec 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,3 @@ endif EV_HOST?=localhost:8080 load: watch -n .1 "http POST $(EV_HOST)/inbox/asdf/test a=b one=1 two:='{\"v\":2}' | jq" - -bi: - go build . - sudo mv ev /usr/local/bin/ - sudo systemctl restart ev