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

Get rid of the Makefile #84

Open
amv opened this issue May 13, 2015 · 0 comments
Open

Get rid of the Makefile #84

amv opened this issue May 13, 2015 · 0 comments

Comments

@amv
Copy link
Member

amv commented May 13, 2015

For running the default tests you can have a command in the package.ini which can be run with

npm test

Other scripts that are often done should be just simple bash scripts under the directory "scripts" (probably the default test should too).

This removes complexity, making it easier to read and understand the project. We don't win anything by having a Makefile.

PS. Also the docker.mk which is sourced by the Makefile can then be removed.

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

1 participant