Fixup for rebase.

This commit is contained in:
John Vogel 2014-02-11 23:20:03 -05:00
parent 7f28ae9c79
commit 74ce792202
1 changed files with 0 additions and 9 deletions

View File

@ -1,11 +1,7 @@
CC ?= gcc
STRIP ?= strip
CFLAGS = -std=c99 -O2
<<<<<<< HEAD
LDFLAGS = -lxcb -lxcb-xinerama
=======
LDFLAGS = -lxcb -lxcb-xinerama -lxcb-randr
>>>>>>> 59fb6c5... Ported randr code to wip branch, plus some fixes.
CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\
-Wsign-conversion -Wconversion -Wimplicit-function-declaration
@ -35,14 +31,9 @@ debug: ${EXEC}
debug: CC += ${CFDEBUG}
clean:
<<<<<<< HEAD
rm -rf ./*.o
rm -rf ./${EXEC}
=======
rm -f ./config.h
rm -f ./*.o
rm -f ./${EXEC}
>>>>>>> 59fb6c5... Ported randr code to wip branch, plus some fixes.
install: bar
test -d ${DESTDIR}${BINDIR} || mkdir -p ${DESTDIR}${BINDIR}