Updated Makefile

Fixed typos in targets
This commit is contained in:
Ethan Smith-Coss 2024-06-19 20:57:49 +01:00
parent 72c879a21c
commit 3a642b7c59
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -26,7 +26,7 @@ hyprcursor:
git submodule init git submodule init
git submodule update --remote hyprcursor git submodule update --remote hyprcursor
__Hyprcursor = $(INCLUDE_SYS_PATH)/hyprcursor.hpp __Hyprcursor = $(INCLUDE_SYS_PATH)/hyprcursor.hpp
$(__Hyprcursor): $(__Tomlplusplus) $(__Hyperlang) $(__Hyprcursor): $(__Tomlplusplus) $(__Hyprlang)
@[[ -z "$(ls -A hyprcursor)" ]] && $(MAKE) hyprcursor @[[ -z "$(ls -A hyprcursor)" ]] && $(MAKE) hyprcursor
$(CMAKE) --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \ $(CMAKE) --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \
-DCMAKE_INSTALL_PREFIX:PATH=/usr -S ./hyprcursor -B ./hyprcursor/build -DCMAKE_INSTALL_PREFIX:PATH=/usr -S ./hyprcursor -B ./hyprcursor/build
@ -104,7 +104,7 @@ Hyprland:
git submodule init git submodule init
git submodule update --recursive --remote Hyprland git submodule update --recursive --remote Hyprland
__Hyprland = Hyprland/build __Hyprland = Hyprland/build
$(__Hyprland): $(__Hyperlang) $(__Hypercursor) $(__Hyprwayland-scanner) \ $(__Hyprland): $(__Hyprlang) $(__Hyprcursor) $(__Hyprwayland-scanner) \
$(__Libxcb-errors) $(__Libxcb-errors)
@[[ -z "$(ls -A Hyprland)" ]] && $(MAKE) Hyprland @[[ -z "$(ls -A Hyprland)" ]] && $(MAKE) Hyprland
sudo $(MAKE) -C Hyprland all sudo $(MAKE) -C Hyprland all