diff options
author | Calvin <calvin@bastille> | 2014-02-11 16:06:56 -0500 |
---|---|---|
committer | Calvin <calvin@bastille> | 2014-02-11 16:06:56 -0500 |
commit | ff6a5ba20186c0e7a0fda27163cd95aa910120eb (patch) | |
tree | 90a998d1104f443cd06146d50ac1ac74ca380d68 /Makefile | |
parent | 348b08cac5d404c53951f77808a6275c0bd13cb5 (diff) |
no more keys
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC =gcc -CFLAGS = -O3 -s -mtune=native -Wall -Wextra +CFLAGS = -O3 -s -mtune=native -Wextra -Wall CLIBS = -lX11 hotkey: hotkey.c keys.h |