mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
More refactoring and renaming
This commit is contained in:
@@ -287,8 +287,8 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
}
|
||||
|
||||
if (targetFileName.empty() && !objectName.empty())
|
||||
targetFileName = objectName;
|
||||
if (targetFileName.empty() && !objectFileName.empty())
|
||||
targetFileName = objectFileName;
|
||||
|
||||
if (argc == musl_optind) {
|
||||
fputs(
|
||||
|
||||
Reference in New Issue
Block a user