summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2250f8e..8767571 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ ifndef HOME
2$(error "$$HOME" must be defined) 2$(error "$$HOME" must be defined)
3endif 3endif
4 4
5DOTFILES := $(shell find dot -type f) 5DOTFILES := $(shell find dot -type f -not -name '.*')
6 6
7DESTINATIONS = $(DOTFILES:dot/%=${HOME}/.%) 7DESTINATIONS = $(DOTFILES:dot/%=${HOME}/.%)
8 8