diff options
author | uint23 <[email protected]> | 2025-05-03 09:09:09 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-05-03 09:09:47 +0100 |
commit | 1743a7c340ee17fb8d3e41fa2a777bcadcb1a867 (patch) | |
tree | e5e282e7f72e5581b689c75fb424f00a50779420 /Makefile | |
parent | 01736e075e1348c539abd7066cd0a741a61710df (diff) |
update parser so binds will not overlap from pervious binds + parser is more simple
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC ?= gcc -CFLAGS ?= -std=c99 -Wall -Wextra -O3 -Isrc +CFLAGS ?= -std=c99 -Wall -Wextra -O3 -Isrc -g LDFLAGS ?= -lX11 -lXinerama -lXcursor PREFIX ?= /usr/local |