Provide both build and run by default
This commit is contained in:
parent
51797fd546
commit
6617beb487
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue