multi-head

This commit is contained in:
seanpringle
2012-08-31 18:02:16 +10:00
parent 826826f192
commit 4c2868cad5

View File

@@ -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)