From a4f7bd4bc2139c2e6ac51443675e3fc7f9bde606 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 24 Aug 2022 18:53:30 +0300 Subject: [PATCH] fix typo what is this, clash of clans? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ../..