From 54fb77c8ae01a59fab7c7cd26ce6f272c010a8fd Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 9 Oct 2023 00:10:39 +0400 Subject: [PATCH] In Makefile -fallback-song added in a run target. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3524180..0d633a5 100755 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ endif run: bin/dwelling-radio -listen 127.0.0.1:18322 -mls-file ./mls-test \ -playlist /mnt/data/appdata/radio/playlists/all-rand + -fallback-song /mnt/data/appdata/radio/fallback.ogg install: install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}