From 1a328e204d85d70713dc17960f0b72ff63b8524f Mon Sep 17 00:00:00 2001 From: sdk Date: Mon, 1 Nov 2021 08:18:29 +0000 Subject: [PATCH] Allow CFLAG override in port systems --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c977fa4..31cf8bb 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ VERSION = 1.0 PREFIX ?= /usr/local PKG_CONFIG = pkg-config -CFLAGS = -Wall `$(PKG_CONFIG) --cflags x11` -LDFLAGS = `$(PKG_CONFIG) --libs x11` +CFLAGS += -Wall `$(PKG_CONFIG) --cflags x11` +LDFLAGS += `$(PKG_CONFIG) --libs x11` all: xpick