From 86d7067f5d27d7c97e9a1de8c4103e139af66c40 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Mon, 19 Dec 2022 18:41:11 +0100 Subject: Some debugging and bug fixing. * schewm.c: Fix sizing when maximizing, investigate managing existing windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 66db823..18c6342 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ LDFLAGS=`pkg-config --libs x11 xcb xcb-ewmh xcb-icccm xcb-keysyms xcb-randr` all: libschewm.so libschewm.so: schewm.c - gcc -fPIC -Wall ${CFLAGS} ${LDFLAGS} -shared -o libschewm.so schewm.c + gcc -fPIC -Wall -g ${CFLAGS} ${LDFLAGS} -shared -o libschewm.so schewm.c -- cgit v1.2.3