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

10 lines
107 B

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