From 0d9f6898ceff07253285f5b8445b29764c4b106e Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Fri, 1 Mar 2024 15:18:51 +0100 Subject: [PATCH] Fix make err msg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5158e23..34a3827 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ LINK_FLAGS=-shared all: $(MAKE) clear @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; \ fi