We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267c5da commit defcf83Copy full SHA for defcf83
Makefile
@@ -31,6 +31,7 @@ help helpall::
31
$(info make autoloads - create org-loaddefs.el to load Org in-place)
32
$(info make test - build Org ELisp files and run test suite)
33
$(info make vanilla - run Emacs with this Org-mode and no personal config)
34
+ $(info make repro - like vanilla, but refresh compilation and enable debugging [use this to reproduce bugs])
35
helpall::
36
$(info make test-dirty - check without building first)
37
$(info make compile-dirty - build only stale Org ELisp files)
0 commit comments