question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Makefiles with extensions

See original GitHub issue

It 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:closed
  • Created 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Gama11commented, Aug 30, 2016

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.

0reactions
robertohuertasmcommented, Aug 30, 2016

@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. 😉

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found