diff options
author | vaxerski <[email protected]> | 2023-02-27 14:08:29 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-02-27 14:08:29 +0000 |
commit | 15d108fbc11f6e302eb42bc568e4a9d94066ed2f (patch) | |
tree | 7734d44a785b96bfb5275004317e6f8fa86bc82e /Makefile | |
parent | 8b81f41e52b55835aaaa7e4962af23a00188cbdc (diff) | |
download | Hyprland-15d108fbc11f6e302eb42bc568e4a9d94066ed2f.tar.gz Hyprland-15d108fbc11f6e302eb42bc568e4a9d94066ed2f.zip |
fix make install
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -166,6 +166,7 @@ install: make clear make fixwlr cd ./subprojects/wlroots && meson build/ --buildtype=release && ninja -C build/ && cp ./build/libwlroots.so.12032 /usr/lib/ && cd ../.. + cd subprojects/udis86 && cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -H./ -B./build -G Ninja && cmake --build ./build --config Release --target all -j$(shell nproc) make protocols make release cd hyprctl && make all && cd .. |