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