build: add command time to justfile
This commit is contained in:
parent
1f28cc7cda
commit
5bd5fb0a25
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -12,4 +12,4 @@ build:
|
||||||
|
|
||||||
# run musician
|
# run musician
|
||||||
run:
|
run:
|
||||||
./target/{{exec}}
|
time ./target/{{exec}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue