From 2eb79a86a81de742906aaf9574507d9b751c7923 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 25 Jun 2024 03:51:47 +0400 Subject: [PATCH] Updated a run target in the Makefile. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b1da3c2..254b833 100755 --- a/Makefile +++ b/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}