diff --git a/code/custom/4coder_project_commands.cpp b/code/custom/4coder_project_commands.cpp index 045f8e51..4e2f7818 100644 --- a/code/custom/4coder_project_commands.cpp +++ b/code/custom/4coder_project_commands.cpp @@ -498,7 +498,7 @@ prj_generate_project(Arena *scratch, String8 script_path, String8 script_file, S fprintf(out, "};\n"); fprintf(out, "fkey_command = {\n"); - fprintf(out, ".F1 = \"run\",\n"); + fprintf(out, ".F1 = \"build\",\n"); fprintf(out, ".F2 = \"run\",\n"); fprintf(out, "};\n");