Skip to content

read makefile from stdin #1

Description

@gibatronic

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'

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions