dwl/config.mk

10 lines
338 B
Makefile
Raw Normal View History

# paths
PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man
2020-08-10 10:50:56 -07:00
# Default compile flags (overridable by environment)
CFLAGS ?= -g -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
# Uncomment to build XWayland support
#CFLAGS += -DXWAYLAND