我正在尝试将命令的标准退出状态保存在我的 makefile 的变量中,但我不知道该怎么做。
我试过这个:
pruebas: @A= $(ls)
......但它不起作用。
makefile make
make ×1
makefile ×1