aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-03-19 14:50:21 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-03-19 14:50:21 +0100
commit824adfd4e807fbf986286289a7d8d106a2a73205 (patch)
treee8097bcb65320c90b734f88219181efeb9f1147d /Makefile
parentc2db257e6c5e63b3b96d63a3e033d0f719743699 (diff)
downloaddotfiles-824adfd4e807fbf986286289a7d8d106a2a73205.tar.gz
dotfiles-824adfd4e807fbf986286289a7d8d106a2a73205.tar.bz2
dotfiles-824adfd4e807fbf986286289a7d8d106a2a73205.zip
Added uninstall option
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58b6ac0..d8e0e51 100644
--- a/Makefile
+++ b/Makefile
@@ -17,4 +17,9 @@ wm-theme:
17 17
18bash: 18bash:
19 #copy to home 19 #copy to home
20 cp -f $(BASHRC) ~/$(BASHRC) \ No newline at end of file 20 cp -f $(BASHRC) ~/$(BASHRC)
21
22uninstall:
23 #remove all
24 -rm -rf ~/$(WM-THEME-DIR)
25 -rm -f ~/$(BASHRC) \ No newline at end of file