dwl/config.mk

14 lines
402 B
Makefile
Raw Normal View History

2022-05-09 21:52:03 +02:00
_VERSION = 0.3.1
2022-05-26 00:04:19 +02:00
VERSION = `./generate-version.sh $(_VERSION)`
2022-05-09 21:52:03 +02:00
# paths
PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man
2022-05-26 00:04:19 +02:00
# 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
2020-08-10 19:50:56 +02:00
2022-05-26 00:04:19 +02:00
XWAYLAND =
2020-08-10 19:50:56 +02:00
# Uncomment to build XWayland support
2022-05-26 00:04:19 +02:00
#XWAYLAND = -DXWAYLAND