use append for LD-, and CFLAGS

This commit is contained in:
dcat 2015-02-09 21:40:06 +01:00
parent 6959085f8d
commit eb3521efd6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
CC ?= gcc
CFLAGS = -std=c99 -Os
LDFLAGS = -lxcb -lxcb-xinerama -lxcb-randr
CFLAGS += -std=c99 -Os
LDFLAGS += -lxcb -lxcb-xinerama -lxcb-randr
CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\
-Wsign-conversion -Wconversion -Wimplicit-function-declaration