Files
absinthe/Makefile
T

10 lines
300 B
Makefile
Raw Normal View History

2026-01-02 22:53:34 +07:00
all: compile
proto:
wayland-scanner server-header /usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml xdg-shell-protocol.h
compile: proto
gcc -o absinthe src/* \
-I./ -I./include -DWLR_USE_UNSTABLE $(shell pkg-config wlroots-0.19 --libs --cflags) -lwayland-server -lxkbcommon \
2026-01-04 18:07:28 +07:00
-ggdb