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