Added run-dj test target in Makefile.
This commit is contained in:
parent
ae4b2c9dee
commit
2ea74277ab
5
Makefile
5
Makefile
@ -27,6 +27,11 @@ run:
|
|||||||
bin/dwelling-radio -listen 127.0.0.1:18322 -mls-file ./mls-test \
|
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
|
-ic-url http://radio.arav.home.arpa/status-json.xsl -ic-playlist ./p.log
|
||||||
|
|
||||||
|
run-dj:
|
||||||
|
bin/dwelling-radiodj -listen 127.0.0.1:18323 -list-length 10 \
|
||||||
|
-playlist /mnt/data/appdata/radio/playlists/all-rand \
|
||||||
|
-mls-file ./mls-test
|
||||||
|
|
||||||
install:
|
install:
|
||||||
install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}
|
install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}
|
||||||
install -Dm 0755 bin/${TARGET}dj ${DESTDIR}${PREFIX}/bin/${TARGET}dj
|
install -Dm 0755 bin/${TARGET}dj ${DESTDIR}${PREFIX}/bin/${TARGET}dj
|
||||||
|
Loading…
Reference in New Issue
Block a user