aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2014-12-10 10:58:06 +0100
committerJonas Bernoulli <jonas@bernoul.li>2014-12-10 10:58:06 +0100
commite897fb03e5f01e61abdc23f968bace9797d66623 (patch)
tree3e31acbfc95f985e51d22816fb4068f702fc4adb /Makefile
parent48a868eafd832bda6970a07aaaa0a9d0b41482cc (diff)
Makefile: `all' is the default target now
This ensures that `magit-version.el' is generated.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c67b758..9891513 100644
--- a/Makefile
+++ b/Makefile
@@ -72,12 +72,12 @@ VERSION=$(shell \
(load-file \"magit-version.el\")\
(princ magit-version))")
-.PHONY: lisp
-lisp: $(ELCS) loaddefs
-
.PHONY: all
all: lisp magit-version.el
+.PHONY: lisp
+lisp: $(ELCS) loaddefs
+
.PHONY: help
help:
$(info Getting Help)