From a3569eabfc4e72c136c01c176dee70a3bc16638c Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Wed, 30 Jul 2025 13:08:29 -0400 Subject: Add Lua filter support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3