parallel: command not found
Closed this issue · 1 comments
flavioheleno commented
The addition of GNU/Parallel (01b9ce7) breaks the Makefile in systems that do not have it installed.
$ make build
/bin/sh: parallel: command not found
make: *** [build] Error 127
I suggest either adding a note to README.md or a fallback strategy.
leocavalcante commented
Sorry about that. Just added a note to the contribution guidelines: https://github.com/opencodeco/phpctl/blob/main/CONTRIBUTING.md