multi-head
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,5 +1,5 @@
|
|||||||
CFLAGS?=-Wall -O2
|
CFLAGS?=-Wall -O2 -g
|
||||||
LDADD?=$(shell pkg-config --cflags --libs x11)
|
LDADD?=$(shell pkg-config --cflags --libs x11 xinerama)
|
||||||
|
|
||||||
normal:
|
normal:
|
||||||
$(CC) -o cerberus cerberus.c $(CFLAGS) $(LDADD) $(LDFLAGS)
|
$(CC) -o cerberus cerberus.c $(CFLAGS) $(LDADD) $(LDFLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user