-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please allow "make" as alias for "makefile" #2883
Comments
Hmmmm... are there any other makes our there other than GNU make that would make "make" ambiguous? |
The original |
@allejo Any thoughts? I don't think I'm opposed to this. We'd need:
|
@tripleee Are you wanting to pull together a small PR for this if we green light? |
I can try to step in if there's nobody around who is familiar with Javacript in general and this project in particular. |
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. :-) |
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 aMakefile
.The text was updated successfully, but these errors were encountered: