Provide both build and run by default

This commit is contained in:
Jack Punter 2024-01-29 19:37:32 +00:00
parent 51797fd546
commit 6617beb487
1 changed files with 1 additions and 1 deletions

View File

@ -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");