From 1aed62283d06e99aff63fe42f82fec9fdbc815d1 Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Sun, 17 Nov 2024 17:09:45 +0000 Subject: [PATCH] Updated Makefile --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d21ac6c..4610508 100644 --- a/Makefile +++ b/Makefile @@ -72,8 +72,8 @@ $(__Libxcb-errors): libxcb-errors cd libxcb-errors && { \ git submodule update --init ; \ /bin/sh autogen.sh ; \ - /bin/sh configure --prefix=/usr ; \ - make && sudo make install ; } + /bin/sh configure --prefix=/usr } + make -C libxcb-errors && sudo make -C libxcb-errors install __Aquamarine = $(INCLUDE_SYS_PATH)/aquamarine $(__Aquamarine): $(__Hyprwayland-scanner) $(__Hyprutils) aquamarine @@ -91,6 +91,7 @@ __Hyprland = Hyprland/build/Hyprland $(__Hyprland): $(__Hyprcursor) $(__Libxcb-errors) $(__Aquamarine) @echo "Building Hyprland..." sudo $(MAKE) -C Hyprland all + sudo chown -R $$USER:$$USER Hyprland/build # Build hyprlock if it's not installed on the system __Hyprlock = hyprlock/build/hyprlock