Makefile Format Reference
On this page
SYSTEM_PROMPT block
define SYSTEM_PROMPT
You are a helpful assistant.
endef
Tool blocks
# <tool>
# Description of the tool.
# @param NAME string Description
# </tool>
my-target:
@echo $(NAME)
PARAM_FILE guidance
Use $(PARAM_FILE) for multiline content or values that may contain shell metacharacters.