Skip to content

Commit defcf83

Browse files
committedJun 18, 2024
1 parent 267c5da commit defcf83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ help helpall::
3131
$(info make autoloads - create org-loaddefs.el to load Org in-place)
3232
$(info make test - build Org ELisp files and run test suite)
3333
$(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])
3435
helpall::
3536
$(info make test-dirty - check without building first)
3637
$(info make compile-dirty - build only stale Org ELisp files)

0 commit comments

Comments
 (0)
Please sign in to comment.