about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThore Bödecker <me@foxxx0.de>2018-08-21 09:02:05 +0200
committerChris Down <chris@chrisdown.name>2018-08-21 15:33:25 -0400
commit18a36bc57c77e88b684da0485510fd69ae47b593 (patch)
tree25ef7ecc96e2ba780b2e8c7e338d942a8da7cfaa
parent9cb223fbe494c5b71678a9eae704c21a97e3bddd (diff)
downloadclipbuzz-18a36bc57c77e88b684da0485510fd69ae47b593.tar.gz
add CFLAGS and LDFLAGS to Makefile 1.0.1
Signed-off-by: Thore Bödecker <me@foxxx0.de>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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