chore: update make and ignore
This commit is contained in:
parent
33bba9d8f7
commit
e118d06985
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ data/
|
||||||
local.mk
|
local.mk
|
||||||
logzio.yml
|
logzio.yml
|
||||||
tmp/
|
tmp/
|
||||||
|
ev
|
||||||
|
|
5
Makefile
5
Makefile
|
@ -37,8 +37,3 @@ endif
|
||||||
EV_HOST?=localhost:8080
|
EV_HOST?=localhost:8080
|
||||||
load:
|
load:
|
||||||
watch -n .1 "http POST $(EV_HOST)/inbox/asdf/test a=b one=1 two:='{\"v\":2}' | jq"
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user