Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はmakfileが初めてです。makefile の ?= の意味は何ですか
はい、「定義されていない場合は定義する」という意味です。からinfo make:
info make
変数の別の代入演算子 `?=' があります。これは、変数がまだ定義されていない場合にのみ効果があるため、条件付き変数代入演算子と呼ばれます。