tomlau10 / gcc-make-run

Compile-run C/C++ source code and execute Makefile in Atom.
https://atom.io/packages/gcc-make-run
MIT License
24 stars 10 forks source link

how to run Makefile without tab open? #57

Closed sergerold closed 5 months ago

sergerold commented 4 years ago

Hi

I’m using gcc-make-run to compile using a Makefile. However, it seems that you can only use gcc-make-run when the Makefile is actively open. Instead, I’d like to run the Makefile without it being open - is there no way of specifying this.

I did look on the gcc-make-run page but it wasn’t very clear so I’m asking here.

Thanks

tomlau10 commented 5 months ago

It's a bit late, but another way to run Makefile is right click it at tree view, then choose make run. This is the Execute Makefile from Tree View feature.