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

support for Makefile #50

Open
kevgo opened this issue Mar 25, 2018 · 2 comments
Open

support for Makefile #50

kevgo opened this issue Mar 25, 2018 · 2 comments

Comments

@kevgo
Copy link
Contributor

kevgo commented Mar 25, 2018

Gnu Make is the most common task runner, used on a lot of projects, including many NodeJS projects.
Dependency-Lint should support it.

The syntax of a Makefile is pretty similar to bash files.
An example Makefile is at https://github.com/Originate/text-runner/blob/master/Makefile

@charlierudolph
Copy link
Owner

Can you list the makefile as part of the shell scripts? Since its similar to a shell script in how its executing the module, I would expect that to work

@kevgo
Copy link
Contributor Author

kevgo commented Apr 13, 2018

I have created an example PR to demonstrate that this doesn't work (or I am doing something wrong): kevgo/text-runner#398

What do you think?

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

No branches or pull requests

2 participants