summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 70c87ed76..02c634fd9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
# Makefile - for the org-mode distribution
+# GNU make is required
#
# This file is not part of GNU Emacs
@@ -44,6 +45,7 @@ helpall::
$(info make up2 - pull from upstream, build, check and install)
$(info make update - pull from upstream and build)
$(info make update2 - pull from upstream, build and install)
+ $(info make uncompiled - combine cleanlisp and autoloads)
$(info make local.mk - create new local.mk as template for adaptation)
$(info )
$(info Cleaning)