“Make” command for Windows - possible options?

前端 未结 5 630
小蘑菇
小蘑菇 2021-01-02 02:53

I am trying to setup Derby.js for Node on my Windows Machine. According to the Derby.js setup instructions, in order to use coffescript, I must do the following:

<         


        
5条回答
  •  再見小時候
    2021-01-02 03:15

    Microsoft's implementation of Make is nmake. I don't think it's as advanced as a lot of Make implementations from various Unices, but it should work for simple Makefiles.

提交回复
热议问题