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.

Please allow "make" as alias for "makefile"

See original GitHub issue

Could you please allow ```make as a convenient shorthand for ```makefile? This is definitely more guessable than the currently supported aliases ```mk and ```mak, and the name of the actual command you use to run a Makefile.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
joshgoebelcommented, Nov 20, 2020

No one is around if everyone asks that first. 😉 “Be the change you want to see in the world.” - Gandhi

Plus I always try to encourage new contributors - doubly so for easy things. If you cut your teeth on just adding an alias then perhaps when you see how deficient the Makefile grammar is you’ll be more tempted to come back and make a contribution to improve it. 😃 That’s just a hope of course. 😃

1reaction
joshgoebelcommented, Nov 20, 2020

Hmmmm… are there any other makes our there other than GNU make that would make “make” ambiguous?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to get `make` to recognize alias command - Super User
I am installing MOOG, and when I make -f Makefile.maclap I get the error:
Read more >
Alias target name in Makefile - Stack Overflow
Is it possible to give a target a different name or alias, such that it can be invoked using either the original target...
Read more >
Use Makefile to manage dependencies and alias tasks
make # makefile - Managing Projects with GNU Make, Third Edition By Robert Mecklenburg: https://www.oreilly.com/openbook/make3/book/- ...
Read more >
Using shell aliases in make - LinuxQuestions.org
I need to have make see the aliases and I want it to be transparent--that is, no modification of the Makefile necessary.
Read more >
How to call make with a .bashrc alias - Unix Stack Exchange
I would like to create an alias in the .bashrc file that calls make on a makefile. I am not sure what I...
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