run-test target renamed to just run in Makefile.

This commit is contained in:
Alexander Andreev 2022-06-26 16:49:42 +04:00
parent 3db89cde4f
commit 0c1972461e
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ all: ${TARGET}
${TARGET}:
go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go
run-test:
run:
bin/${TARGET} -expire 1m -listen 127.0.0.1:19134
install: