aboutsummaryrefslogtreecommitdiff
path: root/config.mk
blob: 3a5e37f649df9da9d134f965bbdd3a7004e3dcd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
_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 =
# Uncomment to build XWayland support
#XWAYLAND = -DXWAYLAND