Skip to content

Add support for Makefile as build script and make as build tool #833

Open
@behnazh-w

Description

@behnazh-w

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    build_toolsThe issues related to build tool support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions