mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 11:25:58 +01:00
5 lines
208 B
Makefile
5 lines
208 B
Makefile
|
PREFIX = /usr/local
|
||
|
CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wno-unused-result -Wdeclaration-after-statement
|
||
|
CFLAGS += -DXWAYLAND
|
||
|
|