mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-04 04:20:24 -04:00
8 lines
275 B
Makefile
8 lines
275 B
Makefile
# paths
|
|
PREFIX = /usr/local
|
|
|
|
# Default compile flags (overridable by environment)
|
|
CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-error=unused-function -Wdeclaration-after-statement
|
|
|
|
# Uncomment to build XWayland support
|
|
#CFLAGS += -DXWAYLAND
|