I have started using M-x compile to compile programs in say, C.
What is the most efficient way to run the executable e.g. a.out. At the moment I'm using M-! ./a.out. Basically, what is the best code-compile-run procedure to follow?
Almost all the tutorials mention how compilation is done, but I haven't seen one which addressed this issue?
Thanks, Samuel