mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 07:26:00 +01:00
fix typo
what is this, clash of clans?
This commit is contained in:
parent
3fd903ee74
commit
a4f7bd4bc2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 ../..
|
||||
|
|
Loading…
Reference in a new issue