I am currently working on a C::B project that requires custom tools to build and run (Compiles with a makefile through cygwin). Since it needs a custom command line to run, and cannot be run from an executable, I am wondering: Is it possible to have the "Run" button call a custom script instead of run an executable? What I am currently doing is I added "make run" to the post-build custom build steps, but that doesn't work if I want to compile but not run the project.