From 4c2868cad5b21d448e4875479a0804bc327b5ed7 Mon Sep 17 00:00:00 2001 From: seanpringle Date: Fri, 31 Aug 2012 18:02:16 +1000 Subject: [PATCH] multi-head --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7e3d272..f91eb2b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CFLAGS?=-Wall -O2 -LDADD?=$(shell pkg-config --cflags --libs x11) +CFLAGS?=-Wall -O2 -g +LDADD?=$(shell pkg-config --cflags --libs x11 xinerama) normal: $(CC) -o cerberus cerberus.c $(CFLAGS) $(LDADD) $(LDFLAGS)