How can I write a single Makefile for both Windows and Mac that sets an environment variable?

后端 未结 0 1064
失恋的感觉
失恋的感觉 2020-12-15 00:41

We have the following in our Makefile, which runs well under Mac and Linux platforms ...

test:
        export MY_USERNAME=`grep MY_USERNAME tests/.test_env |          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题