summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSamuel Fadel <samuel@nihil.ws>2022-12-19 18:41:11 +0100
committerSamuel Fadel <samuel@nihil.ws>2022-12-19 18:41:11 +0100
commit86d7067f5d27d7c97e9a1de8c4103e139af66c40 (patch)
treec844caea53bb5c190c8196b057196951dffe740e /Makefile
parentee83fa44ae0e634fe7fbd94d7fd1b83d534e0437 (diff)
Some debugging and bug fixing.
* schewm.c: Fix sizing when maximizing, investigate managing existing windows
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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