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 06:33:55 +00:00
|
|
|
CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wdeclaration-after-statement
|
2020-08-10 17:50:56 +00:00
|
|
|
|
|
|
|
# Uncomment to build XWayland support
|
2020-12-25 07:10:50 +00:00
|
|
|
#CFLAGS += -DXWAYLAND
|