summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2012-01-02 21:54:55 +0100
committerAchim Gratz <Stromeko@Stromeko.DE>2012-04-20 21:04:11 +0200
commit3661de936804d26f02b4ad26e9d8543f11dfa618 (patch)
tree5bbdef92b6381e2c7d9fd94c4e938345e2b27135
parent6ec5f3016511a3ee1bd86f0eeb0915a300cee0bf (diff)
downloadorg-mode-3661de936804d26f02b4ad26e9d8543f11dfa618.tar.gz
The default target should be "all"
Makefile: "all" should be the default target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6b3b93..8f52015 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# This file is not part of GNU Emacs
# default target is "all"
-.DEFAULT: all
+all::
# Describe valid make targets for org-mode.
.PHONY: targets help