mirror of
https://codeberg.org/dwl/dwl.git
synced 2024-12-26 03:06:30 +00:00
5d9c9a9a68
Closes: #186
8 lines
309 B
Makefile
8 lines
309 B
Makefile
# paths
|
|
PREFIX = /usr/local
|
|
|
|
# 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
|
|
|
|
# Uncomment to build XWayland support
|
|
#CFLAGS += -DXWAYLAND
|