From 83a0277d713e0f7ace86cff0e82ce3feb30143e9 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 13 Aug 2023 00:48:40 +0400 Subject: [PATCH] make run command changed to use new args. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1332446..e522afb 100755 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ web/*.pug.go: web/templates/*.pug go generate web/web.go run: - bin/dwelling-radio -no-liquidsoap -conf configs/config.test.yaml + bin/dwelling-radio -listen 127.0.0.1:18322 -mls-file ./mls-test -ic-playlist ./p.log install: install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}