Makefile on Cygwin

后端 未结 2 1193
滥情空心
滥情空心 2021-01-13 13:29

I\'m trying to use makefile on Windows 7 x64 with Cygwin. I type \"make\" and the error that i get is:

make: * No targets specified and no m

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-13 13:46

    Question SOLVED: i had makefile in my directory as Makefile.mak I typed in Cygwin

    make -f Makefile.mak

提交回复
热议问题