Merge pull request #13 from Ypnose/master

Operators
This commit is contained in:
Giuseppe 2012-10-21 01:31:34 -07:00
commit febe0f822d
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
CC ?= gcc
STRIP ?= strip
CFLAGS ?= -std=c99 -fshort-wchar -Os
LDFLAGS += -lxcb
CFLAGS = -std=c99 -fshort-wchar -Os
LDFLAGS = -lxcb
CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\
-Wsign-conversion -Wconversion -Wimplicit-function-declaration