branch: externals/org
commit aa241ffd0b33e117be3c618424f7f527d1f0a2de
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    Makefile: List make native in make help output
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index f476a3ea75..b3a167ecb5 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ help helpall::
        $(info make all            - ditto)
        $(info make compile        - build Org ELisp files)
        $(info make single         - build Org ELisp files, single Emacs per 
source)
+       $(info make native         - build Org natively compiled Elisp files)
        $(info make autoloads      - create org-loaddefs.el to load Org 
in-place)
        $(info make test           - build Org ELisp files and run test suite)
        $(info make vanilla        - run Emacs with this Org-mode and no 
personal config)

Reply via email to