7 lines
116 B
Makefile
7 lines
116 B
Makefile
recipe-name:
|
|
echo 'This is a recipe!'
|
|
|
|
# 这是一行注释
|
|
another-recipe:
|
|
@echo 'This is another recipe.'
|