From a2f18915bd1d9609b1ba30c47e9560d9df2069bb Mon Sep 17 00:00:00 2001 From: seanpringle Date: Wed, 12 Sep 2012 11:11:07 +1000 Subject: [PATCH] support bmake --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5261548..66c276a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CFLAGS?=-Wall -Os -LDADD?=$(shell pkg-config --cflags --libs x11 xinerama) +LDADD?=`pkg-config --cflags --libs x11 xinerama` normal: $(CC) -o xoat xoat.c $(CFLAGS) $(LDADD) $(LDFLAGS)