diff options
author | Calvin <calvin@bastille> | 2014-02-11 16:16:40 -0500 |
---|---|---|
committer | Calvin <calvin@bastille> | 2014-02-11 16:16:40 -0500 |
commit | 03b558185d8e7d574fb1abfe8c979260335747e7 (patch) | |
tree | 064dc930d092e179ea2a17dbdb9bc7dd735b2218 /Makefile | |
parent | ff6a5ba20186c0e7a0fda27163cd95aa910120eb (diff) |
its alive
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |