Updated Makefile
Fixed typos in targets
This commit is contained in:
parent
72c879a21c
commit
3a642b7c59
4
Makefile
4
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user