diff options
author | NotAShelf <[email protected]> | 2022-08-24 18:53:30 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-24 18:53:30 +0300 |
commit | a4f7bd4bc2139c2e6ac51443675e3fc7f9bde606 (patch) | |
tree | ac8d25e6bcefc99ff2332d37423d759a23260f4e /Makefile | |
parent | 3fd903ee74896376cd5c61dc75b35929046dcee2 (diff) | |
download | Hyprland-a4f7bd4bc2139c2e6ac51443675e3fc7f9bde606.tar.gz Hyprland-a4f7bd4bc2139c2e6ac51443675e3fc7f9bde606.zip |
fix typo
what is this, clash of clans?
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ../.. |