From 4b2c0c0dbe3ec48ccf87fccccc2fe8ef39c7e7c0 Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Tue, 18 Jun 2024 23:22:00 +0100 Subject: [PATCH] Updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index abaf555..2966608 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ Hyprland: git submodule update --recursive --remote Hyprland __Hyprland = Hyprland/build $(__Hyprland): $(__Hyperlang) $(__Hypercursor) $(__Hyprwayland-scanner) \ - $(__Libxcb-error) + $(__Libxcb-errors) @[[ -z "$(ls -A Hyprland)" ]] && $(MAKE) Hyprland sudo $(MAKE) -C Hyprland all