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