dwl-mod/config.mk

16 行
423 B
Makefile
Raw 通常表示 履歴

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