This commit is contained in:
Your Name 2023-10-28 21:46:43 +03:00
parent 2a017bb895
commit ea6d60ce95
7 changed files with 109 additions and 136 deletions

View file

@ -1,4 +1,4 @@
CFLAGS:=-s -O0 -pedantic -Wall -Wextra -DWLR_USE_UNSTABLE
CFLAGS:=-s -O0 -pedantic -Wall -Wextra -DWLR_USE_UNSTABLE -b
LDFLAGS:=$(shell pkg-config --libs wlroots wayland-server libinput)
CC:=cc