arreglada la carpeta tools
eliminat frameworks sobrants (reduix prou el executable de macos)
This commit is contained in:
6
tools/linter/build_time_tracker.sh
Executable file
6
tools/linter/build_time_tracker.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SECONDS=0
|
||||
make linux_debug
|
||||
duration=$SECONDS
|
||||
echo "$((duration / 60)) minutes and $((duration % 60)) seconds elapsed."
|
||||
Reference in New Issue
Block a user