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

Makefile comment can cause failure to find run target #40

Open morsen opened 6 years ago

morsen commented 6 years ago

If the output of the command that checks for the existence of the 'run' target begins with a comment in the Makefile, then the code will fail to find the 'run' target, since it splits the output on the '#' character.