Makefiles with extensions
See original GitHub issueIt seems to be fairly common practice to add file endings to make files, like Makefile.win
for the windows version. See https://searchcode.com/?q=makefile.win&p=0&loc=0&loc2=10000
It’s probably easy to Makefile.win
specifically as a special case because it’s common, but people also invent other extensions like .version_extra
. I guess it’s reasonable to not support those? I’m not sure what other ones besides .win
are common, but I don’t use makefiles too much.
What do you think?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
makefile extension - Stack Overflow
Makefiles don't usually have an extension. They're typically called 'makefile' or 'Makefile'.
Read more >MAKE File Extension - What is a .make file and how do I open it?
Script written as a Makefile, a developer file type that is used for compiling and linking programs from source code files; stores instructions...
Read more >How To Open File With MAKEFILE Extension?
MAKEFILE is a file extension commonly associated with Makefile files. Files with MAKEFILE extension may be used by programs distributed for Linux, Mac...
Read more >Tutorial on writing makefiles
Makepp's functions can strip directory names, remove extensions, filter out matching words, return the output from shell commands, and other useful tricks. In ......
Read more >Building in Visual Studio Code with a Makefile - Earthly Blog
This extension provides a set of commands to the editor that will facilitate working with projects that rely on a Makefile to speed...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Alright, fair enough.
Feel free to publish a new version, I’m gonna take a break from PRs for now. 😉 Besides, you release frequently enough that it doesn’t make a big difference if something’s “only” available next version.
@Gama11 I’m publishing right now. I’ve to attend other businesses and I want to let this fix with Insiders version solved before I go. 😉