Added -ic-url option in a Makefile.
This commit is contained in:
parent
6c46d2cf5f
commit
8a9eead4c1
3
Makefile
3
Makefile
@ -22,7 +22,8 @@ web/*.pug.go: web/templates/*.pug
|
|||||||
go generate web/web.go
|
go generate web/web.go
|
||||||
|
|
||||||
run:
|
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:
|
||||||
install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}
|
install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}
|
||||||
|
Loading…
Reference in New Issue
Block a user