clipnotify

Notify on new X clipboard events
git clone https://git.sinitax.com/cdown/clipnotify
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 18a36bc57c77e88b684da0485510fd69ae47b593
parent 9cb223fbe494c5b71678a9eae704c21a97e3bddd
Author: Thore Bödecker <me@foxxx0.de>
Date:   Tue, 21 Aug 2018 09:02:05 +0200

add CFLAGS and LDFLAGS to Makefile

Signed-off-by: Thore Bödecker <me@foxxx0.de>

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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