Updated Makefile

This commit is contained in:
Ethan Smith-Coss 2024-06-19 20:51:46 +01:00
parent 3e7a215a4e
commit 72c879a21c
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -108,7 +108,6 @@ $(__Hyprland): $(__Hyperlang) $(__Hypercursor) $(__Hyprwayland-scanner) \
$(__Libxcb-errors)
@[[ -z "$(ls -A Hyprland)" ]] && $(MAKE) Hyprland
sudo $(MAKE) -C Hyprland all
sudo $(MAKE) -C install
# Build hyprlock if it's not installed on the system
.PHONY : hyprlock
@ -161,6 +160,8 @@ install: build
$(CMAKE) --install hyprpaper/build
@echo "Installing wl-clipboard"
sudo $(MESON) install -C wl-clipboard/build
@echo "Installing Hyprland"
sudo $(MAKE) -C install
.PHONY: test