最佳答案
例如,我在makefile中有这样的东西:
all:
cd some_directory
但是当我输入make时,我只看到'cd some_directory',就像在echo命令中一样。