Any interesting uses of Makefiles to share?

后端 未结 7 1682
北恋
北恋 2020-12-23 18:14

\"make\" is not only useful for building your programming project, but it seems to be under-used in other areas.

For example, many shell scripts can be rewritten as

相关标签:
7条回答
  • 2020-12-23 18:55

    My work uses a curious one: the dependencies don't exist so it always rebuilds everything.

    Might as well have used a batch file.

    0 讨论(0)
提交回复
热议问题