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