diff options
author | vaxerski <[email protected]> | 2022-05-31 11:02:54 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-05-31 11:02:54 +0200 |
commit | 48a3b1c51435af24e12c63547f0a11eabd6ed2f1 (patch) | |
tree | 38ce41986ee6e9f7173e1f79ff51bdd083bc91db /Makefile | |
parent | 85128ebb7dfad6c352a60eb12702c5a36003b5c9 (diff) | |
download | Hyprland-48a3b1c51435af24e12c63547f0a11eabd6ed2f1.tar.gz Hyprland-48a3b1c51435af24e12c63547f0a11eabd6ed2f1.zip |
fix oopsie
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |