From 8c41cb65c4438991409ba4b094866986e7c5e1e3 Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Sun, 6 Jan 2019 01:40:27 -0500 Subject: [PATCH] Updated Makefile clean to remove downloaded mini icons --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8bbf032..97bd136 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,5 @@ install: sed -i 's@/home2/tak/bin/pixmap@$(HOME)/$(PIXMAP)@g' $(HOME)/$(CONF)/.mlvwmrc clean: - rm -r $(TEMP) \ No newline at end of file + rm -r $(TEMP) + rm -r $(PIXMAP)/mini*.xpm \ No newline at end of file