aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parentRemove ack(1) (diff)
downloaddotfiles-b6d0e22261a4b2a3716b801933479d955f6eb72b.tar.gz
dotfiles-b6d0e22261a4b2a3716b801933479d955f6eb72b.zip
Add dummy default Makefile target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 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 \