From 824adfd4e807fbf986286289a7d8d106a2a73205 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 19 Mar 2014 14:50:21 +0100 Subject: Added uninstall option --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 58b6ac0..d8e0e51 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,9 @@ wm-theme: bash: #copy to home - cp -f $(BASHRC) ~/$(BASHRC) \ No newline at end of file + cp -f $(BASHRC) ~/$(BASHRC) + +uninstall: + #remove all + -rm -rf ~/$(WM-THEME-DIR) + -rm -f ~/$(BASHRC) \ No newline at end of file -- cgit v1.2.3