Updated a run target in the Makefile.
This commit is contained in:
parent
e7be56e64f
commit
2eb79a86a8
5
Makefile
5
Makefile
@ -24,9 +24,8 @@ endif
|
|||||||
|
|
||||||
run: | ${TARGET}
|
run: | ${TARGET}
|
||||||
bin/dwelling-radio -listen 127.0.0.1:18322 \
|
bin/dwelling-radio -listen 127.0.0.1:18322 \
|
||||||
-playlist /mnt/data/appdata/radio/playlists/all-rand \
|
-work-dir test \
|
||||||
-fallback-song /mnt/data/appdata/radio/fallback.ogg \
|
-playlist test
|
||||||
-db test.db3
|
|
||||||
|
|
||||||
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