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

read makefile from stdin #1

Open
gibatronic opened this issue Sep 14, 2015 · 0 comments
Open

read makefile from stdin #1

gibatronic opened this issue Sep 14, 2015 · 0 comments

Comments

@gibatronic
Copy link
Owner

gibatronic commented Sep 14, 2015

allow the user to pass a makefile through stdin, so it's possible to call make-help like this:

# pipe
cat path/to/Makefile | make-help
echo 'makefile contents' | make-help

# redirect
make-help < path/to/Makefile
make-help <<< 'makefile contents'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant