From 3a642b7c5958052b1506bf0b01741db1a36a3d12 Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Wed, 19 Jun 2024 20:57:49 +0100 Subject: [PATCH] Updated Makefile Fixed typos in targets --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 47bb0a3..49736b4 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ hyprcursor: git submodule init git submodule update --remote hyprcursor __Hyprcursor = $(INCLUDE_SYS_PATH)/hyprcursor.hpp -$(__Hyprcursor): $(__Tomlplusplus) $(__Hyperlang) +$(__Hyprcursor): $(__Tomlplusplus) $(__Hyprlang) @[[ -z "$(ls -A hyprcursor)" ]] && $(MAKE) hyprcursor $(CMAKE) --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \ -DCMAKE_INSTALL_PREFIX:PATH=/usr -S ./hyprcursor -B ./hyprcursor/build @@ -104,7 +104,7 @@ Hyprland: git submodule init git submodule update --recursive --remote Hyprland __Hyprland = Hyprland/build -$(__Hyprland): $(__Hyperlang) $(__Hypercursor) $(__Hyprwayland-scanner) \ +$(__Hyprland): $(__Hyprlang) $(__Hyprcursor) $(__Hyprwayland-scanner) \ $(__Libxcb-errors) @[[ -z "$(ls -A Hyprland)" ]] && $(MAKE) Hyprland sudo $(MAKE) -C Hyprland all