meetings / gearsloth

Gearman job persistence and delayed execution system
MIT License
2 stars 0 forks source link

Get rid of the Makefile #84

Open amv opened 9 years ago

amv commented 9 years ago

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.