aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-05-31 11:02:54 +0200
committervaxerski <[email protected]>2022-05-31 11:02:54 +0200
commit48a3b1c51435af24e12c63547f0a11eabd6ed2f1 (patch)
tree38ce41986ee6e9f7173e1f79ff51bdd083bc91db /Makefile
parent85128ebb7dfad6c352a60eb12702c5a36003b5c9 (diff)
downloadHyprland-48a3b1c51435af24e12c63547f0a11eabd6ed2f1.tar.gz
Hyprland-48a3b1c51435af24e12c63547f0a11eabd6ed2f1.zip
fix oopsie
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08a17dfb..55088a7b 100644
--- a/Makefile
+++ b/Makefile
@@ -126,4 +126,4 @@ config:
cd wlroots && meson ./build --prefix=/usr --buildtype=release
cd wlroots && ninja -C build/
- cd wlroots && sudo cp ./build/libwlroots.so.11032 /usr/lib/
+ cd wlroots && sudo ninja -C build/ install