sxhkd-rc

[fork] simple X hotkey daemon (but for the rc shell)
Log | Files | Refs | README | LICENSE

commit 7a0f51c52433d74f86e017ff27b9b4c07195def1
parent 0a49ec5918aa8d65f5bbd7a8d926324163d9a661
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Fri,  2 Aug 2013 11:17:47 +0200

Allow the modification of `CC`

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

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ NAME = sxhkd VERSION = 0.4.1 -CC = gcc +CC ?= gcc LIBS = -lm -lxcb -lxcb-keysyms CFLAGS += -std=c99 -pedantic -Wall -Wextra -I$(PREFIX)/include CFLAGS += -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\"