~ruther/dwl

ref: 2623a96ebf4c0b43e65d3ff3d7c1b0e56634acf3 dwl/config.mk -rw-r--r-- 409 bytes
2623a96e — Leonardo Hernández Hernández call client_set-size() if client has a resize 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
_VERSION = 0.3.1
VERSION = $(shell ./generate-version.sh $(_VERSION))

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

# Default compile flags (overridable by environment)
CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wno-unused-result -Wdeclaration-after-statement

# Uncomment to build XWayland support
#CFLAGS += -DXWAYLAND
Do not follow this link