diff options
author | vaxerski <[email protected]> | 2022-12-22 01:25:04 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-12-22 01:25:04 +0000 |
commit | eb9d06322928bbd5bc576dc15a869b0f833be48c (patch) | |
tree | 25f64308c9e594775671a81338e1db27a930609a /Makefile | |
parent | a1143521d396b7cbe1423bbd1bcb6b2c07f8df8f (diff) | |
download | Hyprland-eb9d06322928bbd5bc576dc15a869b0f833be48c.tar.gz Hyprland-eb9d06322928bbd5bc576dc15a869b0f833be48c.zip |
Added make configdebug
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -201,6 +201,16 @@ config: cd subprojects/wlroots && ninja -C build/ install +configdebug: + make protocols + + make fixwlr + + cd subprojects/wlroots && meson ./build --prefix=/usr --buildtype=debug -Dwerror=false -Dexamples=false -Db_sanitize=address + cd subprojects/wlroots && ninja -C build/ + + cd subprojects/wlroots && ninja -C build/ install + man: pandoc ./docs/Hyprland.1.rst \ --standalone \ |