#makeRunner
With make runner you can use VSC to launch your makefiles.
In your editor, open the command palette (Shift+CMD+P on OSX or Shift+Ctrl+P on Windows and Linux) and type Make to see the available commands.
- Make All, Invoke a Makefile with target: all
- Make Debug, Invoke a Makefile with target: debug
- Make Clean, Invoke a Makefile with target: clean
- Make Both, Invoke a Makefile with target: clean all
- Make Target, Invoke a Makefile with the requested target
** Enjoy!**
| |