aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4efed31..002c950 100644
--- a/Makefile
+++ b/Makefile
@@ -15,10 +15,12 @@ install: all
15all: bash compton vim xresources numix-no-title herbstluftwm 15all: bash compton vim xresources numix-no-title herbstluftwm
16 16
17numix-no-title: 17numix-no-title:
18 ln -sf $(PWD)/$(THEMES_DIR)/$(NUMIX) ~/$(THEMES_DIR) 18 mkdir -p ~/$(THEMES_DIR)
19 ln -sf $(PWD)/$(THEMES_DIR)/$(NUMIX) ~/$(THEMES_DIR)/
19 20
20herbstluftwm: 21herbstluftwm:
21 ln -sf $(PWD)/$(CONFIG_DIR)/$(HERBSTLUFT) ~/$(CONFIG_DIR) 22 mkdir -p ~/$(CONFIG_DIR)
23 ln -sf $(PWD)/$(CONFIG_DIR)/$(HERBSTLUFT) ~/$(CONFIG_DIR)/
22 24
23bash: 25bash:
24 ln -sf $(PWD)/$(BASHRC) ~ 26 ln -sf $(PWD)/$(BASHRC) ~