Open
Description
Makefile is often used as a generic build tool. In fact, Macaron itself uses Makefile
to generate artifacts. We already have support for a number of build tools.
To support Makefile
- we need to add a parser for
Makefile
to extract shell commands, similar to our bashparser. - add a new module for
make
similar to other build tools.