summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2014-03-19 08:41:48 +0100
committerMartin Polden <martin.polden@gmail.com>2014-03-19 08:41:48 +0100
commita8964c66325087008f401bf0204d5b626e120abd (patch)
treecb6bd004e5d267b50ea7336bd88b39bce70b62da /Makefile
parent0a8909ecedf3064f70c592d3d78dce865eb9a1e4 (diff)
Add update target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8ea82cb..7cf497e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,3 +6,6 @@ all: install
install:
ln $(LN_FLAGS) $(CURDIR) ~/.emacs.d
+
+update:
+ git pull --rebase