summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2c35264..d85d1a0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
TARGET = mpc-bar
-CFLAGS = -O2 -fobjc-arc -Wall
-LDFLAGS = -lmpdclient -llua -framework Cocoa
+CFLAGS = -I/usr/local/opt/lua@5.4/include -O2 -fobjc-arc -Wall
+LDFLAGS = -L/usr/local/opt/lua@5.4/lib -lmpdclient -llua5.4 -framework Cocoa
OUTPUT_OPTION=-MMD -MP -o $@
BINDIR = /usr/local/bin