sxhkd-rc

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

commit 7e31cc1b53c13f4fb5a1ee62f470c13c0f45b388
parent ea583703e41fe5dbf16e491f34c3b90be5236bcb
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Tue, 19 Mar 2013 19:03:57 +0100

Pattern rules are not POSIX

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

diff --git a/Makefile b/Makefile @@ -24,7 +24,7 @@ include Incgraph $(OBJ): Makefile -%.o: %.c +.c.o: $(CC) $(CFLAGS) -c -o $@ $< sxhkd: $(OBJ)