~ruther/dwl

ref: bc72af6e2430cfb8db2f5fa1b9800c86f445b6d6 dwl/config.mk -rw-r--r-- 460 bytes
bc72af6e — Leonardo Hernández Hernández fix unmanaged clients not being unlinked from the commit listener 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
_VERSION = 0.3.1-dev
VERSION  = `git describe --long --tags --dirty 2>/dev/null || echo $(_VERSION)`

# paths
PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man

# Compile flags that can be used
#CFLAGS = -pedantic -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wno-unused-result -Wdeclaration-after-statement

XWAYLAND =
XLIBS =
# Uncomment to build XWayland support
#XWAYLAND = -DXWAYLAND
#XLIBS = xcb