1
0
Fork 0

Oh, let's actually use user's home directory for test. :)

This commit is contained in:
Alexander Andreev 2022-06-27 23:45:21 +04:00
parent 54005e49e5
commit 0c8164e4bf
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 1 deletions

View File

@ -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}