Added install recipe for Hyprland
This commit is contained in:
parent
8a69aad8f1
commit
3e7a215a4e
3
Makefile
3
Makefile
|
|
@ -107,7 +107,8 @@ __Hyprland = Hyprland/build
|
||||||
$(__Hyprland): $(__Hyperlang) $(__Hypercursor) $(__Hyprwayland-scanner) \
|
$(__Hyprland): $(__Hyperlang) $(__Hypercursor) $(__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
|
||||||
|
sudo $(MAKE) -C install
|
||||||
|
|
||||||
# Build hyprlock if it's not installed on the system
|
# Build hyprlock if it's not installed on the system
|
||||||
.PHONY : hyprlock
|
.PHONY : hyprlock
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user