summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser <user@mail.com>2025-07-09 19:05:43 -0400
committeruser <user@mail.com>2025-07-09 19:05:43 -0400
commit0b3f07862cd1a71b859969459bc0428d3268d987 (patch)
tree8fa8b17e8ec4ae06871a4075aa63cdf5cd194ef1
parent31765e95eaaeff8f20fa420514529f38e3b8885e (diff)
update makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1d0d0e..f933b2e 100644
--- 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