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

Add option for file extension #5

Closed adiultra closed 8 years ago

adiultra commented 8 years ago

When quickly comipiling and running I want to have the feature to specify the .out or similar extension to the output file rather than the default same name of source file.

The only reason for this is that the git would then ignore these executables.

Thanks anyways for a better c++/g++ integration with atom.

tomlau10 commented 8 years ago

Thanks for your suggestion! I am busying with my school projects this few weeks, would add this feature afterwards.