From f9214373f8f6462839781e5ea9da69067e7632e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez=20Hern=C3=A1ndez?= Date: Wed, 12 Jun 2024 10:05:32 -0600 Subject: [PATCH] tinywl: don't try to remove xdg-shell-protocol.c It is not generated since 62fbf3f4ba1b2993e29dfb46f077e5806f7aac1c --- tinywl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinywl/Makefile b/tinywl/Makefile index 574e7489..6704c536 100644 --- a/tinywl/Makefile +++ b/tinywl/Makefile @@ -20,7 +20,7 @@ tinywl: tinywl.c xdg-shell-protocol.h $(LIBS) clean: - rm -f tinywl xdg-shell-protocol.h xdg-shell-protocol.c + rm -f tinywl xdg-shell-protocol.h .DEFAULT_GOAL=tinywl .PHONY: clean