aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-10-14 18:58:23 +0100
committerVaxry <[email protected]>2023-10-14 18:58:23 +0100
commit21b5cf402afb8a72ffbf12efdd0a0d46849d86dd (patch)
treee54bc2b9eab6355efc4872a0624cd0a79c4df4e8 /Makefile
parentd4e4931008cc64e5b94a65c5e692ff9ed459280b (diff)
downloadHyprland-21b5cf402afb8a72ffbf12efdd0a0d46849d86dd.tar.gz
Hyprland-21b5cf402afb8a72ffbf12efdd0a0d46849d86dd.zip
makefile: warn users when doing sudo make install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cd39adb8..095c699c 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ all:
install:
@if [ ! -d ./build/Hyprland ]; then echo -en "You need to run $(MAKE) all first.\n" && exit 1; fi
+ @echo -en "!NOTE: Please note make install does not compile Hyprland and only installs the already built files."
mkdir -p ${PREFIX}/share/wayland-sessions
mkdir -p ${PREFIX}/bin