sxhkd-rc

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

commit 278d76e618e7c0515d641b56e1e7d511cfcbeb8d
parent 7e31cc1b53c13f4fb5a1ee62f470c13c0f45b388
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Tue, 19 Mar 2013 23:36:24 +0100

Fix source dependencies

Diffstat:
DIncgraph | 3---
MMakefile | 2+-
ASourcedeps | 3+++
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Incgraph b/Incgraph @@ -1,3 +0,0 @@ -helpers.o: helpers.c helpers.h -hotkeys.o: hotkeys.c helpers.h locales.h -sxhkd.o: sxhkd.c helpers.h diff --git a/Makefile b/Makefile @@ -20,7 +20,7 @@ all: sxhkd debug: CFLAGS += -O0 -g -DDEBUG debug: sxhkd -include Incgraph +include Sourcedeps $(OBJ): Makefile diff --git a/Sourcedeps b/Sourcedeps @@ -0,0 +1,3 @@ +helpers.o: helpers.c helpers.h sxhkd.h +hotkeys.o: hotkeys.c helpers.h hotkeys.h locales.h sxhkd.h +sxhkd.o: sxhkd.c helpers.h hotkeys.h sxhkd.h