3,287
社区成员
发帖
与我相关
我的任务
分享A phony target is one that is not really the name of a file.
It is just a name for some commands to be executed when you
make an explicit request. There are two reasons to use a phony
target: to avoid a conflict with a file of the same name,
and to improve performance.