From Makefile dwelling-radiodj was purged completely.
This commit is contained in:
parent
0519bc979c
commit
437403aa9e
6
Makefile
6
Makefile
@ -15,7 +15,6 @@ LDFLAGS:= -ldflags "-s -w -X main.version=${VERSION}" -tags osusergo,netgo
|
||||
|
||||
${TARGET}: web/*.pug.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
|
||||
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 \
|
||||
-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 -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}
|
||||
install -Dm 0755 tools/radioctl ${DESTDIR}${PREFIX}/bin/${TARGET}ctl
|
||||
|
Loading…
Reference in New Issue
Block a user