2020-11-22 12:58:49 -05:00
|
|
|
# paths
|
|
|
|
|
PREFIX = /usr/local
|
|
|
|
|
|
2020-08-10 12:50:56 -05:00
|
|
|
# Default compile flags (overridable by environment)
|
2020-12-25 01:33:55 -05:00
|
|
|
CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wdeclaration-after-statement
|
2020-08-10 12:50:56 -05:00
|
|
|
|
|
|
|
|
# Uncomment to build XWayland support
|
2020-12-25 01:33:55 -05:00
|
|
|
CFLAGS += -DXWAYLAND
|