Files
absinthe/Makefile
T
2026-01-20 23:55:27 +07:00

10 lines
331 B
Makefile

all: compile
proto:
wayland-scanner server-header $(shell pkg-config --variable=pkgdatadir 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 \
-ggdb