In Makefile -fallback-song added in a run target.
This commit is contained in:
parent
fb46a912f7
commit
54fb77c8ae
1
Makefile
1
Makefile
@ -25,6 +25,7 @@ endif
|
|||||||
run:
|
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 \
|
||||||
-playlist /mnt/data/appdata/radio/playlists/all-rand
|
-playlist /mnt/data/appdata/radio/playlists/all-rand
|
||||||
|
-fallback-song /mnt/data/appdata/radio/fallback.ogg
|
||||||
|
|
||||||
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