Skip to content

Add support for compiling/running with make #368

@jonatanschroeder

Description

@jonatanschroeder

Is your feature request related to a problem? Please describe.

Thank you for your extension. In some of my project I use a Makefile to determine flags and output files, and in a few cases I have a target for running the code.

Describe the solution you'd like

Please add a configuration option that calls make instead of gcc. If possible, please add the make targets for building and running the code.

Describe alternatives you've considered

Changing the executable is not enough because it would add the source file as an argument, which make does not support. Using the native vscode extensions for Makefile also don't work because I'm using this extension in code-server, which cannot use MS native extensions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions