我有一个makefile,它是这样的:
install:
@somecommand
#some explanation for next command
@lastcommand当我执行make install时,会打印注释#some explanation for next command。如何在未打印的makefile中进行注释?也许我正在寻找windowsy echo off的unix版本。
(实际上,与this question相反。)
https://stackoverflow.com/questions/18360776
复制相似问题