1
0

Added -ic-url option in a Makefile.

This commit is contained in:
Alexander Andreev 2023-08-20 01:16:11 +04:00
parent 6c46d2cf5f
commit 8a9eead4c1
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -22,7 +22,8 @@ web/*.pug.go: web/templates/*.pug
go generate web/web.go
run:
bin/dwelling-radio -listen 127.0.0.1:18322 -mls-file ./mls-test -ic-playlist ./p.log
bin/dwelling-radio -listen 127.0.0.1:18322 -mls-file ./mls-test \
-ic-url http://radio.arav.home.arpa/status-json.xsl -ic-playlist ./p.log
install:
install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}