1
0

make run command changed to use new args.

This commit is contained in:
Alexander Andreev 2023-08-13 00:48:40 +04:00
parent cfb9837974
commit 83a0277d71
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -22,7 +22,7 @@ web/*.pug.go: web/templates/*.pug
go generate web/web.go
run:
bin/dwelling-radio -no-liquidsoap -conf configs/config.test.yaml
bin/dwelling-radio -listen 127.0.0.1:18322 -mls-file ./mls-test -ic-playlist ./p.log
install:
install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}