avoid header clashes in make all

This commit is contained in:
vaxerski 2022-11-17 18:27:50 +00:00
parent c02bfc3897
commit 724e411ffc
1 changed files with 5 additions and 2 deletions

View File

@ -124,9 +124,12 @@ clear:
rm -rf ./subprojects/wlroots/build
all:
make config
make clear
make fixwlr
cd ./subprojects/wlroots && meson build/ --buildtype=release && ninja -C build/ && cp ./build/libwlroots.so.12032 /usr/lib/ && cd ../..
make protocols
make release
cd ./hyprctl && make all && cd ..
cd hyprctl && make all && cd ..
install:
make clear