HotKey Daemon, simple hotkey daemon that woks using the evdev interface
 
 
 
hkd/makefile

9 lines
107 B

CC = gcc
CFLAGS = -Wall -Werror -pedantic -O2
macrod: macrod.o
macrod.o: macrod.c
clean:
rm macrod *.o