添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
爱笑的日记本  ·  How to Fix: ...·  1 月前    · 
刚毅的啤酒  ·  wpf ...·  4 月前    · 
果断的海豚  ·  axios ...·  2 年前    · 
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

$^ is the set of dependent files used to build something else.

$@ is the name of the target to be built.

See http://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html

$@ is the name of the target. This is quite useful when the target is a pattern rather than fixed.

$^ is the name of the prerequisite that caused the rule to execute.