From 1145ffa2d54df06a6c91e0877c585dea04110fa4 Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Sat, 5 Jan 2019 22:00:40 -0500 Subject: [PATCH] Make clean now removes pixmap dir too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6753f2c..bf06a4d 100644 --- a/Makefile +++ b/Makefile @@ -18,5 +18,5 @@ install: ln -s $(HOME)/$(CONF)/.mlvwmrc $(HOME)/.mlvwmrc clean: - rm -r $(PIXMAP)/*.xpm + rm -r $(PIXMAP) rm -r $(TEMP) \ No newline at end of file