summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-05-03 09:09:09 +0100
committeruint23 <[email protected]>2025-05-03 09:09:47 +0100
commit1743a7c340ee17fb8d3e41fa2a777bcadcb1a867 (patch)
treee5e282e7f72e5581b689c75fb424f00a50779420 /Makefile
parent01736e075e1348c539abd7066cd0a741a61710df (diff)
update parser so binds will not overlap from pervious binds + parser is more simple
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c69201..2b2e550 100644
--- a/Makefile
+++ b/Makefile
@@ -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