From 0c8164e4bf94e0c945e6fadb3e0a21cbbb44242b Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 27 Jun 2022 23:45:21 +0400 Subject: [PATCH] Oh, let's actually use user's home directory for test. :) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97ad727..e2b633b 100755 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ${TARGET}: go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go run: - bin/${TARGET} -path . -listen 127.0.0.1:19135 + bin/${TARGET} -path ~ -listen 127.0.0.1:19135 install: install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET}