mirror of
https://github.com/open-goal/jak-project
synced 2026-08-04 01:04:11 -04:00
remove some duplicate build files (#1357)
* remove some duplicate build files * use ENGINE dgo for tests
This commit is contained in:
@@ -358,11 +358,7 @@ bool MakeSystem::make(const std::string& target, bool force, bool verbose) {
|
||||
print_input(rule->input, '\n');
|
||||
} else {
|
||||
fmt::print("[{:3d}%] [{:8s}] {:.3f} ", percent, tool->name(), step_timer.getSeconds());
|
||||
if (tool->name() == "goalc") {
|
||||
print_input(rule->input, '\r');
|
||||
} else {
|
||||
print_input(rule->input, '\n');
|
||||
}
|
||||
print_input(rule->input, '\n');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user