We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde3bc6 commit a7acd8bCopy full SHA for a7acd8b
tools/rexm/rexm.c
@@ -1202,7 +1202,7 @@ int main(int argc, char *argv[])
1202
#if defined(__linux__) || defined(__APPLE__)
1203
make = "/usr/bin/make";
1204
#endif
1205
- TraceLog(LOG_INFO, "Using make: %s", make)
+ TraceLog(LOG_INFO, "Using make: %s", make);
1206
ChangeDirectory(exBasePath);
1207
system(TextFormat("%s %s/%s PLATFORM=PLATFORM_DESKTOP -B", make, exCategory, exName));
1208
0 commit comments