aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-04-26 23:46:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-04-26 23:46:09 +1200
commitb6d0e22261a4b2a3716b801933479d955f6eb72b (patch)
treec18683e449050dfafd6ed7525882132cc443244d
parentRemove ack(1) (diff)
downloaddotfiles-b6d0e22261a4b2a3716b801933479d955f6eb72b.tar.gz
dotfiles-b6d0e22261a4b2a3716b801933479d955f6eb72b.zip
Add dummy default Makefile target
-rw-r--r--Makefile5
-rw-r--r--README.markdown4
2 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a5f41430..10e320ca 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,8 @@
+usage :
+ @echo "tejr/dotfiles: Nothing to do."
+ @echo "Run make -n install, and read the output carefully."
+ @echo "If you're happy with what it'll do, then run make install."
+
install : install-bash \
install-curl \
install-git \
diff --git a/README.markdown b/README.markdown
index 502224c7..3b6382b4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -63,8 +63,8 @@ Installation
------------
The installation `Makefile` will delete things standing in the way of its
-symbolic links, so read the output of `make -n` first to make sure you aren’t
-going to lose anything unexpected.
+symbolic links, so read the output of `make -n install` first to make sure you
+aren’t going to lose anything unexpected.
You’ll need to have a recent enough version of Git to support
[submodules](http://git-scm.com/book/en/Git-Tools-Submodules) for the Vim