1
0

From Makefile dwelling-radiodj was purged completely.

This commit is contained in:
Alexander Andreev 2023-10-02 03:22:06 +04:00
parent 0519bc979c
commit 437403aa9e
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -15,7 +15,6 @@ LDFLAGS:= -ldflags "-s -w -X main.version=${VERSION}" -tags osusergo,netgo
${TARGET}: web/*.pug.go ${TARGET}: web/*.pug.go
go build -o bin/$@ ${LDFLAGS} ${FLAGS} cmd/$@/main.go go build -o bin/$@ ${LDFLAGS} ${FLAGS} cmd/$@/main.go
go build -o bin/$@dj ${LDFLAGS} ${FLAGS} cmd/$@dj/main.go
web/*.pug.go: web/templates/*.pug web/*.pug.go: web/templates/*.pug
ifeq (,$(wildcard $(shell go env GOPATH)/bin/jade)) ifeq (,$(wildcard $(shell go env GOPATH)/bin/jade))
@ -27,11 +26,6 @@ run:
bin/dwelling-radio -listen 127.0.0.1:18322 -mls-file ./mls-test \ bin/dwelling-radio -listen 127.0.0.1:18322 -mls-file ./mls-test \
-playlist /mnt/data/appdata/radio/playlists/all-rand -playlist /mnt/data/appdata/radio/playlists/all-rand
run-dj:
bin/dwelling-radiodj -listen 127.0.0.1:18323 -list-length 10 \
-mls-file ./mls-test
install: install:
install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET} install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}
install -Dm 0755 tools/radioctl ${DESTDIR}${PREFIX}/bin/${TARGET}ctl install -Dm 0755 tools/radioctl ${DESTDIR}${PREFIX}/bin/${TARGET}ctl