gpt4 book ai didi

makefile - 在 GNUMakefile 路径中使用 $ 文字

转载 作者:行者123 更新时间:2023-12-02 19:22:03 27 4
gpt4 key购买 nike

我有 //here/is$/my/file (注意 $)作为文件位置,并且在 GNUmakefile 中指定

OutputFile = //here/is$/my/file

问题是我需要以某种方式转义 $ 。我尝试过\$ 但没有成功。

有人知道怎么做吗?

最佳答案

使用$$:

OutputFile = //here/is$$/my/file

关于makefile - 在 GNUMakefile 路径中使用 $ 文字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18143805/

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