From 1743a7c340ee17fb8d3e41fa2a777bcadcb1a867 Mon Sep 17 00:00:00 2001 From: uint23 Date: Sat, 3 May 2025 09:09:09 +0100 Subject: update parser so binds will not overlap from pervious binds + parser is more simple --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3