Remove some testing code

This commit is contained in:
Ray
2025-08-02 18:01:23 +02:00
parent c60763d19e
commit e01f3f158e

View File

@@ -315,20 +315,14 @@ int main(int argc, char *argv[])
UnloadExamplesData(exCatList); UnloadExamplesData(exCatList);
} }
printf("got1\n");
// Add the remaining part of the original file // Add the remaining part of the original file
TextAppend(mkTextUpdated + mkIndex, mkText + exListEndIndex, &mkIndex); TextAppend(mkTextUpdated + mkIndex, mkText + exListEndIndex, &mkIndex);
printf("got2\n");
// Save updated file // Save updated file
SaveFileText(TextFormat("%s/Makefile", exBasePath), mkTextUpdated); SaveFileText(TextFormat("%s/Makefile", exBasePath), mkTextUpdated);
UnloadFileText(mkText); UnloadFileText(mkText);
RL_FREE(mkTextUpdated); RL_FREE(mkTextUpdated);
printf("got3\n");
//------------------------------------------------------------------------------------------------ //------------------------------------------------------------------------------------------------
// Edit: raylib/examples/Makefile.Web --> Add new example // Edit: raylib/examples/Makefile.Web --> Add new example