diff options
author | Samuel Fadel <samuel@nihil.ws> | 2022-12-19 18:41:11 +0100 |
---|---|---|
committer | Samuel Fadel <samuel@nihil.ws> | 2022-12-19 18:41:11 +0100 |
commit | 86d7067f5d27d7c97e9a1de8c4103e139af66c40 (patch) | |
tree | c844caea53bb5c190c8196b057196951dffe740e /Makefile | |
parent | ee83fa44ae0e634fe7fbd94d7fd1b83d534e0437 (diff) |
Some debugging and bug fixing.
* schewm.c: Fix sizing when maximizing, investigate managing existing
windows
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |