例如,我的makefile中有类似的东西:
all: cd some_directory
但是当我输入时,我make只看到'cd some_directory',就像在echo命令中一样.
make
echo
makefile gnu-make
gnu-make ×1
makefile ×1