recipe-name:
    echo 'This is a recipe!'

# 这是一行注释
another-recipe:
    @echo 'This is another recipe.'
