aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin <calvin@bastille>2014-02-11 16:06:56 -0500
committerCalvin <calvin@bastille>2014-02-11 16:06:56 -0500
commitff6a5ba20186c0e7a0fda27163cd95aa910120eb (patch)
tree90a998d1104f443cd06146d50ac1ac74ca380d68 /Makefile
parent348b08cac5d404c53951f77808a6275c0bd13cb5 (diff)
no more keys
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3805e1..7684be2 100644
--- a/Makefile
+++ b/Makefile
@@ -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