aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSpencer Williams <spnw@plexwave.org>2025-07-30 13:08:29 -0400
committerSpencer Williams <spnw@plexwave.org>2025-07-30 13:36:19 -0400
commita3569eabfc4e72c136c01c176dee70a3bc16638c (patch)
tree89efe220886f482d610dc6a3835642a839f45711 /Makefile
parente9331e39b1eb9a6c11c978fef04c4dbd1a06331a (diff)
Add Lua filter supportv0.5.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1440a9b..2c35264 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
TARGET = mpc-bar
CFLAGS = -O2 -fobjc-arc -Wall
-LDFLAGS = -lmpdclient -framework Cocoa
+LDFLAGS = -lmpdclient -llua -framework Cocoa
OUTPUT_OPTION=-MMD -MP -o $@
BINDIR = /usr/local/bin