sxhkd-rc

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

commit 788a73d16eb94bf530f8955f1233401934efe53e
parent ff57c2c6b71c83c14eef295c16514e89ca0a8fa6
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Fri, 27 Sep 2013 02:30:22 -0700

Merge pull request #9 from cicku/patch-1

Support OPTFLAGS in Makefile
Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -26,7 +26,7 @@ include Sourcedeps $(OBJ): Makefile .c.o: - $(CC) $(CFLAGS) -c -o $@ $< + $(CC) $(CFLAGS) $(OPTFLAGS) -c -o $@ $< $(NAME): $(OBJ) $(CC) -o $@ $(OBJ) $(LDFLAGS) $(LIBS)