From ba0ccbf5486f2ea7208a3178ee9e240f5bd16ba7 Mon Sep 17 00:00:00 2001 From: cos Date: Fri, 1 Mar 2024 17:02:41 +0100 Subject: Allow configuring workspace count --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 70a0921..f0505ed 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST mcwm.man hidden.man scripts CFLAGS+=-g -std=c99 -Wall -Wextra -I/usr/local/include -DVERSION='"$(VERSION)"' #-DDEBUG #-DDMALLOC LDFLAGS+=-L/usr/local/lib -lxcb -lxcb-randr -lxcb-keysyms -lxcb-icccm \ - -lxcb-util #-ldmalloc + -lxcb-util -lxcb-xrm #-ldmalloc RM=/bin/rm PREFIX=/usr/local -- cgit v1.2.3