mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
Makefile: List make native in make help output
This commit is contained in:
parent
37cd00bb12
commit
aa241ffd0b
1
Makefile
1
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)
|
||||
|
Loading…
Reference in New Issue
Block a user