summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2015-10-04 02:21:50 +0200
committerAndrew Cady <d@jerkface.net>2015-10-04 02:21:50 +0200
commit49a0774dd999e340a1e380d690e8d9743ae9e7d6 (patch)
treef2c99e1d35a97e7be9bdf9ed8ee592584303a9a6 /Makefile
parente9d31338b23ac114ca3e759527c7bbe6a10c4c79 (diff)
install parent directories; new dotfiles added
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac79663..609a2c8 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,6 @@ endif
7DESTINATIONS = $(DOTFILES:dot/%=${HOME}/.%) 7DESTINATIONS = $(DOTFILES:dot/%=${HOME}/.%)
8 8
9$(HOME)/.%: dot/% 9$(HOME)/.%: dot/%
10 install -m 0644 $< $@ 10 install -D -m 0644 $< $@
11 11
12install: $(DESTINATIONS) 12install: $(DESTINATIONS)