1
0

Updated a run target in the Makefile.

This commit is contained in:
Alexander Andreev 2024-06-25 03:51:47 +04:00
parent e7be56e64f
commit 2eb79a86a8
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -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}