Actually i wanna say how can i “Re-Build” everytime i run output.exe from sublimeText
it opens the older one, and it doesn’t rebuild and run the new one. Is there any way to
make it re-build and run the newer output.exe. (See Topic title, thats what i want)
Using this Build for C :
{
"windows":
{
"cmd": "D:\\Dev-Cpp\\bin\\gcc.exe","-std=c99" ,"$file_name","-o", "${file_base_name}.exe", "-lm", "-Wall", "&","start", "${file_base_name}.exe"]
},
"selector" : "source.c",
"shell": true,
"working_dir" : "$file_path",
}