Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for compiling/running with make #368

Open
jonatanschroeder opened this issue Jan 10, 2025 · 0 comments
Open

Add support for compiling/running with make #368

jonatanschroeder opened this issue Jan 10, 2025 · 0 comments

Comments

@jonatanschroeder
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant