gpt4 book ai didi

makefile - Makefile 中的 $@ 和 $< 是什么?

转载 作者:行者123 更新时间:2023-12-03 06:42:04 24 4
gpt4 key购买 nike

例如

$(CC) $(CFLAGS) -c -o $@ $<

它们是什么意思?

最佳答案

$@  The file name of the target. 

$< The name of the first dependency.

了解更多详情:Makefile symbol reference

关于makefile - Makefile 中的 $@ 和 $< 是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2455342/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com