From aa241ffd0b33e117be3c618424f7f527d1f0a2de Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sun, 17 Mar 2024 17:24:26 +0300 Subject: [PATCH] Makefile: List make native in make help output --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f476a3ea7..b3a167ecb 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)