där ju även calmars poäng framgår. (Men filerna brukar väl, "by default", listas utan hänsyn till stor/liten bokstav nuförtiden).If no -f option is present, make will look for the makefiles GNUmakefile,
makefile, and Makefile, in that order.
Normally you should call your makefile either makefile or Makefile.
(We recommend Makefile because it appears prominently near the begin‐
ning of a directory listing, right near other important files such as
README.) The first name checked, GNUmakefile, is not recommended for
most makefiles. You should use this name if you have a makefile that
is specific to GNU make, and will not be understood by other versions
of make.
Vilket format ska en makefile sparas i?
Re: Vilket format ska en makefile sparas i?
Det är väl tradition i Unix-världen att kalla den Makefile. I manulen till Gnu-make finns bland annat följande att läsa
Re: Vilket format ska en makefile sparas i?
Aha, ja då hade jag fel. Då ska det alltså funka även med stort M i början...