what is this, clash of clans?
This commit is contained in:
NotAShelf 2022-08-24 18:53:30 +03:00 committed by GitHub
parent 3fd903ee74
commit a4f7bd4bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ install:
install -Dm644 -t ${PREFIX}/share/man/man1 ./docs/*.1
claninstall:
cleaninstall:
make clear
make fixwlr
cd ./subprojects/wlroots && meson build/ --buildtype=release && ninja -C build/ && cp ./build/libwlroots.so.11032 /usr/lib/ && cd ../..