aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorNotAShelf <[email protected]>2022-08-24 18:53:30 +0300
committerGitHub <[email protected]>2022-08-24 18:53:30 +0300
commita4f7bd4bc2139c2e6ac51443675e3fc7f9bde606 (patch)
treeac8d25e6bcefc99ff2332d37423d759a23260f4e /Makefile
parent3fd903ee74896376cd5c61dc75b35929046dcee2 (diff)
downloadHyprland-a4f7bd4bc2139c2e6ac51443675e3fc7f9bde606.tar.gz
Hyprland-a4f7bd4bc2139c2e6ac51443675e3fc7f9bde606.zip
fix typo
what is this, clash of clans?
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 75d30e27..825963da 100644
--- a/Makefile
+++ b/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 ../..