-
Notifications
You must be signed in to change notification settings - Fork 1
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
Install plan / executable name (Feature request) #3
Comments
Good idea! I have never written a Makefile in my life :) but am happy to
learn
…On Sat, Apr 30, 2022 at 10:38 PM jgart ***@***.***> wrote:
Instead of calling the script like this:
perl guitar.pl Db major
It would be nice to call it like this:
guitar-scale-chart Db major
We should probably have an install plan in the Makefile to copy and rename
the script to an install directory.
—
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKSBU2P63J573R2NCMVKXOLVHYKEFANCNFSM5UZLM5IQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I'll have to learn myself also ;) I think the Makefile that perl expects has a different format from the standard Makefile that most people know of. |
Found this: https://github.com/k4rthik/git-cal/blob/master/Makefile.PL Looks simple enough wdyt |
Oh, cool! I'll toy with it for a bit; if you'd like to make a PR I'd be
very appreciative of that!
…On Wed, Jun 15, 2022 at 10:25 PM jgart ***@***.***> wrote:
Found this: https://github.com/k4rthik/git-cal/blob/master/Makefile.PL
Looks simple enough
wdyt
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKSBU2I2YOCRPANAUY3UAB3VPK3EZANCNFSM5UZLM5IQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of calling the script like this:
It would be nice to call it like this:
We should probably have an install plan in the Makefile to copy and rename the script to an install directory.
The text was updated successfully, but these errors were encountered: