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}
|
||||
bin/dwelling-radio -listen 127.0.0.1:18322 \
|
||||
-playlist /mnt/data/appdata/radio/playlists/all-rand \
|
||||
-fallback-song /mnt/data/appdata/radio/fallback.ogg \
|
||||
-db test.db3
|
||||
-work-dir test \
|
||||
-playlist test
|
||||
|
||||
install:
|
||||
install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}
|
||||
|
Loading…
Reference in New Issue
Block a user