Fix make err msg

This commit is contained in:
ItsDrike 2024-03-01 15:18:51 +01:00
parent ef77c5db1f
commit 0d9f6898ce
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -24,7 +24,7 @@ LINK_FLAGS=-shared
all: all:
$(MAKE) clear $(MAKE) clear
@if ! pkg-config --exists hyprland; then \ @if ! pkg-config --exists hyprland; then \
echo 'Hyprland headers not available. Run `make pluginenv` in the root Hyprland directory.'; \ echo 'Hyprland headers not available. Run `make all && sudo make installheaders` in the root Hyprland directory.'; \
exit 1; \ exit 1; \
fi fi