aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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