makefile extension

后端 未结 8 1126
遥遥无期
遥遥无期 2021-02-08 09:29

I\'m writing a C program using gcc in cygwin. My question is, how do you create a makefile? I mean, what file-extension does it have? I know how to write simple rules, but I can

8条回答
  •  故里飘歌
    2021-02-08 10:22

    They are usually named Makefile, or makefile. No extension. That's just convention, though.

    It's not trivial to write a makefile, look up a guide or tutorial =)

提交回复
热议问题