Skip to content
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

Have makefile print out list of targets #775

Closed
ctb opened this issue Feb 15, 2015 · 4 comments · Fixed by #783
Closed

Have makefile print out list of targets #775

ctb opened this issue Feb 15, 2015 · 4 comments · Fixed by #783

Comments

@ctb
Copy link
Member

ctb commented Feb 15, 2015

a la

 https://github.com/swcarpentry/lesson-template/blob/gh-pages/Makefile           

@gvwilson quoth:

The trick is to use '##' to mark comments you want printed, then have           
'all' run                                                                       

@sed -n 's/^##//p' $<                                                           

to find and print those lines.  It's not automatic - comments can get out       
of step - but it works well enough.                                             
@gvwilson
Copy link

On 2015-02-15 10:46 AM, C. Titus Brown wrote:

@gvwilson https://github.com/gvwilson quoth:
Actually, I "sayeth" - you "quoth".

@ctb
Copy link
Member Author

ctb commented Feb 15, 2015 via email

@mr-c
Copy link
Contributor

mr-c commented Feb 19, 2015

+1

@standage
Copy link
Member

I got this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants