Hello everyone,
I have a custom script made by me in bash which compile a C++ file. I was wondering if is possible to replace the F9 key command with "./myscript" ? If it is, please tell me how?
I searched on the internet but haven't found what I was looking for .. so maybe some of you can help me.
Thanks in advance!
PS: I'm using projects for codeblocks only for keeping the files in the same folder. I don't work with big projects, just small ones which only have .cpp files.
Then I don't see a reason, not to use the built-in build system.
And to answer your question: search for "custom makefile projects" this is what you need.
Thanks! :)