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
You can name them whatever you like, but ".mak" looks right.
... google ... http://msdn.microsoft.com/en-us/library/aa380049%28VS.85%29.aspx ... yeah