diff --git a/Makefile b/Makefile index 40e900c..a737b95 100755 --- a/Makefile +++ b/Makefile @@ -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}