aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7684be2..4fcde41 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC =gcc
CFLAGS = -O3 -s -mtune=native -Wextra -Wall
CLIBS = -lX11
-hotkey: hotkey.c keys.h
+hotkey: hotkey.c
$(CC) hotkey.c -o hotkey $(CFLAGS) $(CLIBS)
clean: