I build my project with a custom Makefile. Now, how can I "run" my customly built application?
In other words: can I configure the "run" button to run the app that my Makefile made? Right now, it always tells me my project isn't built, although it is (and the app runs nicely from a terminal), and then does nothing.
Thanks in advance!