make run command changed to use new args.
This commit is contained in:
parent
cfb9837974
commit
83a0277d71
2
Makefile
2
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}
|
||||
|
Loading…
Reference in New Issue
Block a user