From eb3521efd67475ab78f6d585c2d163e0a60b3d93 Mon Sep 17 00:00:00 2001 From: dcat <dcat@iotek.org> Date: Mon, 9 Feb 2015 21:40:06 +0100 Subject: [PATCH] use append for LD-, and CFLAGS --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c6a9d27..8c3b4cc 100644 --- a/Makefile +++ b/Makefile @@ -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