summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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