diff --git a/Makefile b/Makefile index 6329470e..90e12619 100644 --- a/Makefile +++ b/Makefile @@ -93,6 +93,8 @@ pluginenv: meson setup subprojects/wlroots/build subprojects/wlroots --prefix=${PREFIX} --buildtype=release -Dwerror=false -Dexamples=false ninja -C subprojects/wlroots/build/ + cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build -G Ninja + configdebug: make fixwlr