From 18a36bc57c77e88b684da0485510fd69ae47b593 Mon Sep 17 00:00:00 2001 From: Thore Bödecker Date: Tue, 21 Aug 2018 09:02:05 +0200 Subject: add CFLAGS and LDFLAGS to Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thore Bödecker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0fd72f1..0324d07 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ all: - ${CC} clipnotify.c -o clipnotify -lX11 -lXfixes + ${CC} ${CFLAGS} ${LDFLAGS} clipnotify.c -o clipnotify -lX11 -lXfixes -- cgit 1.4.1