I’m using Sublime Text 3 to run FORTRAN. Here is my build system for FORTRAN:
Every time when I want to get the results, I do the following steps: 1. press ctrl + shift + b and select Fortran to compile the file. 2. press ctrl + shift + b and select Fortran Run to show the result. Is it possible to finish this work in only one time? I mean, I feel tired to press the ctrl + shift + b twice. I modified the build file for several times, but it didn’t work out. Is there any suggestions? Thank you.