Merge branch 'master' of github.com:baskerville/bspwm

This commit is contained in:
Bastien Dejean 2013-07-20 21:24:02 +02:00
commit 5ab0261915

View file

@ -1,6 +1,6 @@
VERSION = 0.7
CC = gcc
CC ?= gcc
LIBS = -lm -lxcb -lxcb-icccm -lxcb-ewmh -lxcb-randr
CFLAGS += -std=c99 -pedantic -Wall -Wextra -I$(PREFIX)/include
CFLAGS += -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\"