~ruther/dwl

ref: 4ae6d0f3873451306e1ef04d88e0fab4e2b04548 dwl/config.mk -rw-r--r-- 423 bytes
4ae6d0f3 — Leonardo Hernández Hernández move ugglyness to client.h 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
_VERSION = 0.3.1
VERSION  = `./generate-version.sh $(_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
Do not follow this link