From ef934ee44e6f76a6d6a20aef77d4486da9f5aac2 Mon Sep 17 00:00:00 2001 From: HuntedByTheIRS Date: Sun, 28 Jun 2026 19:12:38 -0400 Subject: [PATCH] Fix update makefile for ci/cd --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9e4fc6d..7054480 100644 --- a/Makefile +++ b/Makefile @@ -108,13 +108,13 @@ POINTER_CONSTRAINTS_XML = $(WLPROTO)/unstable/pointer-constraints/pointer-constr XDG_SHELL_XML = $(WLPROTO)/stable/xdg-shell/xdg-shell.xml protocols/cursor-shape-v1-protocol.h: $(CURSOR_SHAPE_XML) - $(SCANNER) enum-header $< $@ + $(SCANNER) server-header $< $@ protocols/pointer-constraints-unstable-v1-protocol.h: $(POINTER_CONSTRAINTS_XML) - $(SCANNER) enum-header $< $@ + $(SCANNER) server-header $< $@ protocols/wlr-layer-shell-unstable-v1-protocol.h: protocols/wlr-layer-shell-unstable-v1.xml - $(SCANNER) enum-header $< $@ + $(SCANNER) server-header $< $@ protocols/wlr-output-power-management-unstable-v1-protocol.h: protocols/wlr-output-power-management-unstable-v1.xml $(SCANNER) server-header $< $@