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