From 53044d2362007b8a93d16051b577af642590968f Mon Sep 17 00:00:00 2001 From: AkriliksKotya Date: Wed, 24 Dec 2025 22:42:41 +0500 Subject: [PATCH] remove space --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 348e061..4fdaa71 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,6 @@ $(EXECUTABLE): cp resources/desktop/filemanager-icon.png ~/.icons/hicolor/512x512/apps/ gtk-update-icon-cache clean: - rm ~/.local/share/applications/fun.kotyara.filemanager.desktop \ + rm ~/.local/share/applications/fun.kotyara.filemanager.desktop \ ~/.local/bin/$(EXECUTABLE) \ ~/.icons/hicolor/512x512/apps/filemanager-icon.png