Sublime Forum

Rebuilding system not working, any idea?

#1

i built a system to compile and run c but for some reason it will not recompile program after i compile for the first time. the only way it recompiles is if i run a different program and then go back to the original program i am trying to recompile.

this is the build system:

{ "cmd": "g++", "${file}", "-o", "${file_path}/${file_base_name}"], "cmd": "./$file_base_name"], }

any help is greatly appreciated

0 Likes