mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-05 19:08:13 +00:00
Remove some testing code
This commit is contained in:
@@ -315,20 +315,14 @@ int main(int argc, char *argv[])
|
||||
|
||||
UnloadExamplesData(exCatList);
|
||||
}
|
||||
|
||||
printf("got1\n");
|
||||
|
||||
|
||||
// Add the remaining part of the original file
|
||||
TextAppend(mkTextUpdated + mkIndex, mkText + exListEndIndex, &mkIndex);
|
||||
|
||||
printf("got2\n");
|
||||
|
||||
|
||||
// Save updated file
|
||||
SaveFileText(TextFormat("%s/Makefile", exBasePath), mkTextUpdated);
|
||||
UnloadFileText(mkText);
|
||||
RL_FREE(mkTextUpdated);
|
||||
|
||||
printf("got3\n");
|
||||
//------------------------------------------------------------------------------------------------
|
||||
|
||||
// Edit: raylib/examples/Makefile.Web --> Add new example
|
||||
|
Reference in New Issue
Block a user