mew

desc
git clone https://git.awy.one/mew.git
Log | Files | Refs | README | LICENSE

commit 8c7aa4e23579c66b17a55caab073b48d03cd389b
parent 90acb5306964a64fb353626f5f429787967b2a22
Author: sewn <sewn@disroot.org>
Date:   Thu, 12 Sep 2024 21:03:48 +0300

Makefile: remove useless newline in protos

Diffstat:
MMakefile | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -41,12 +41,10 @@ xdg-activation-v1-protocol.h: $(WAYLAND_SCANNER) client-header $(WAYLAND_PROTOCOLS)/staging/xdg-activation/xdg-activation-v1.xml $@ xdg-activation-v1-protocol.c: $(WAYLAND_SCANNER) private-code $(WAYLAND_PROTOCOLS)/staging/xdg-activation/xdg-activation-v1.xml $@ - xdg-shell-protocol.h: $(WAYLAND_SCANNER) client-header $(WAYLAND_PROTOCOLS)/stable/xdg-shell/xdg-shell.xml $@ xdg-shell-protocol.c: $(WAYLAND_SCANNER) private-code $(WAYLAND_PROTOCOLS)/stable/xdg-shell/xdg-shell.xml $@ - wlr-layer-shell-unstable-v1-protocol.h: $(WAYLAND_SCANNER) client-header wlr-layer-shell-unstable-v1.xml $@ wlr-layer-shell-unstable-v1-protocol.c: