summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2015-10-04 02:42:49 +0200
committerAndrew Cady <d@jerkface.net>2015-10-04 02:42:49 +0200
commit29ec6fc29e8a94ca8106e8fd9e2218ae54a59a3a (patch)
tree36de47e6b9184df8c0276761a72dea617aca41c7 /Makefile
parent4509f0bacc893518c6c3886c0fc527a2f8f30b02 (diff)
make Makefile fail earlier
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 609a2c8..2250f8e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
1DOTFILES := $(shell find dot -type f)
2
3ifndef HOME 1ifndef HOME
4$(error "$$HOME" must be defined) 2$(error "$$HOME" must be defined)
5endif 3endif
6 4
5DOTFILES := $(shell find dot -type f)
6
7DESTINATIONS = $(DOTFILES:dot/%=${HOME}/.%) 7DESTINATIONS = $(DOTFILES:dot/%=${HOME}/.%)
8 8
9$(HOME)/.%: dot/% 9$(HOME)/.%: dot/%