Makefile: fix installheaders

This commit is contained in:
Mihai Fufezan 2024-05-07 20:09:40 +03:00
parent 598bbd186b
commit 3aed6b887e
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ all:
$(MAKE) release
install:
cmake --install ./build
cmake --install ./build --prefix ${PREFIX}
uninstall:
xargs rm < ./build/install_manifest.txt

View File

@ -1,5 +1,5 @@
prefix=@PREFIX@
includedir=@INCLUDEDIR@
includedir=${prefix}/include
Name: Hyprland
URL: https://github.com/hyprwm/Hyprland