Skip to content

Add option to output debug info in org-mode format#31

Merged
drdv merged 1 commit into
mainfrom
debug-mode
Oct 31, 2025
Merged

Add option to output debug info in org-mode format#31
drdv merged 1 commit into
mainfrom
debug-mode

Conversation

@drdv
Copy link
Copy Markdown
Owner

@drdv drdv commented Oct 31, 2025

Resolves #26 and partially addresses #28.

Now we can define

help: SCR := /path/to/makefile-doc.awk
help: ## Show this help
	@awk -v $(DEBUG) -f $(SCR) $(MAKEFILE_LIST)

and use make DEBUG=1 whenever debug info is needed. The debug info is in org-mode format.

Unit tests will be added in a separate PR.

@drdv drdv merged commit 98a5ac4 into main Oct 31, 2025
@drdv drdv deleted the debug-mode branch October 31, 2025 20:54
@drdv drdv mentioned this pull request Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a debug flag

1 participant