Is there a smarter alternative to “watch make”?

前端 未结 11 596
渐次进展
渐次进展 2021-02-01 15:28

I ran into this useful tip that if you\'re working on files a lot and you want them to build automatically you run:

watch make

And it re-runs make every couple s

11条回答
  •  迷失自我
    2021-02-01 16:16

    There are several automatic build systems that do this and more - basically when you check a change into version control they will make/build - look for Continuous Integration

    Simple ones are TeamCity and Hudson

提交回复
热议问题