noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Addind pane for Make targets #433

Closed Rix closed 8 years ago

Rix commented 8 years ago

Hi there,

Thank you for developing the great atom-build package,

We are using C & GNU Make for embedded systems development. After compiling the code with make, each time we need to flash the compiled binary code into microcontroller . We are also using makefile to flash the program. But every time we need to change the target twice. Could you add something to make it easier ? For example;

We were using kdevelop ide before the Atom. It has clean, build and install buttons. install button runs 'make install' so we use install button to flash the program into device. (install target calls flashing command)

noseglid commented 8 years ago

I would suggest creating a target which does all the things you want. e.g. run: build install.

Or you can set Selecting a new target triggers the build and use ctrl-alt-t as the pane.

Using custom keymaps can be achieved if using a custom build configuration.