commit 0b3f07862cd1a71b859969459bc0428d3268d987 parent 31765e95eaaeff8f20fa420514529f38e3b8885e Author: user <user@mail.com> Date: Wed, 9 Jul 2025 19:05:43 -0400 update makefile Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -3,7 +3,7 @@ PROG= mpdws SRCS= mpdws.h mpdws.c main.c NOMAN= - +BINDIR= /usr/local/bin CPPFLAGS+= -I/usr/local/include LDFLAGS+= -L/usr/local/lib LDADD+= -lmpdclient -lwebsockets