mirror of
https://github.com/vale981/Hyprland
synced 2025-03-06 09:51:41 -05: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
|
||
|
|