dwl/config.mk

16 lines
456 B
Makefile
Raw Normal View History

2022-05-09 12:52:03 -07:00
_VERSION = 0.3.1
2022-08-08 19:19:16 -07:00
VERSION = `git describe --long --tags --dirty 2>/dev/null || echo $(_VERSION)`
2022-05-09 12:52:03 -07:00
# paths
PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man
2022-05-25 15:04:19 -07: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 10:50:56 -07:00
2022-05-25 15:04:19 -07:00
XWAYLAND =
XLIBS =
2020-08-10 10:50:56 -07:00
# Uncomment to build XWayland support
2022-05-25 15:04:19 -07:00
#XWAYLAND = -DXWAYLAND
#XLIBS = xcb